ktis default information parser
Project description
# 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
```python
from ktis_parser import *
print(parseInfoFromKTIS("2017XXXX","password"))
```
it return when, successful.
```json
{
"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ㄴ
```json
{
"status": "False",
"content": "존재하지 않는 사용자입니다."
}
```
```json
{
"status": "False",
"content": "비밀번호가 맞지않습니다\\r\\n비밀번호 입력오류 횟수 : (2 / 5)"
}
```
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
```python
from ktis_parser import *
print(parseInfoFromKTIS("2017XXXX","password"))
```
it return when, successful.
```json
{
"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ㄴ
```json
{
"status": "False",
"content": "존재하지 않는 사용자입니다."
}
```
```json
{
"status": "False",
"content": "비밀번호가 맞지않습니다\\r\\n비밀번호 입력오류 횟수 : (2 / 5)"
}
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ktis-parser-0.0.7.tar.gz
(2.2 kB
view hashes)
Built Distribution
Close
Hashes for ktis_parser-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 982108e4a21c47d2524a585b74e2f53552b8b7d6b56bbe9731785fdec30d3404 |
|
MD5 | bc85bdd0682f69e65166aa1cc92e45b6 |
|
BLAKE2b-256 | 882aacde4cacba19c096d5f7483d61a1bba36db8d427d1c0b63544724feac76c |