ktis-parser
This is parser of default information of "ktis.kookmin.ac.kr" with student-number & password
How 2 use
pip3 install ktis-parser
or
pip install ktis-parser
after then
from ktis_parser.ktis_parser import *
print(parseInfoFromKTIS("2017XXXX","password"))
it is return when, successful.
{
"status": "True",
"content": {
"id": "2017XXXX",
"name": "{YOUR_NAME}",
"ssn": "{YOUR_SOCIAL_SECURITY_NUMBER}",
"college": "{YOUR_COLLEGE}",
"school": "{YOUR_SCHOOL}",
"time": "{YOUR_TIME}",
"major": "{YOUR_MAJOR}",
"date": "{YOUR_IN_DATE}",
"status": "{YOUR_STATUS}",
"grade": "{YOUR_GRADE}",
"passwd": "{YOUR_PASSWORD}"
}
}
then fail case
{
"status": "False",
"content": "존재하지 않는 사용자입니다."
}
{
"status": "False",
"content": "비밀번호가 맞지않습니다\\r\\n비밀번호 입력오류 횟수 : (2 / 5)"
}
Release files for ktis-parser 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ktis-parser-0.3.1.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ktis_parser-0.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.7 kB
Release files / ktis-parser-0.3.1.tar.gz
| Download URL | ktis-parser-0.3.1.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
48fd70784cf83e5d242a5c18250cc8c343b1a8f30932a7b4901e34c4adfea3f9
|
|
BLAKE2b-256 checksum How to use checksums |
faf22a788eb829e335f361806d41bd042b128986899c883ac325476d4c296506
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.7.4
|
Release files / ktis_parser-0.3.1-py3-none-any.whl
| Download URL | ktis_parser-0.3.1-py3-none-any.whl |
|---|---|
| Size | 15.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
85504d7f7b1aaab706cb6f9be69ee1c5effe8354065af8b7d7710f4b2f6ae7c1
|
|
BLAKE2b-256 checksum How to use checksums |
b2d326addd13686833e921826ed8bc08a8dd544f5a1fccd966324d27630684a4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.7.4
|