Skip to main content

ktis_parser 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

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)"
}

Project details


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.2.4.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

ktis_parser-0.2.4-py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page