trim21-archive / sdu_bkjws

docs:
https://github.com/Trim21/sdu_bkjws/blob/master/docs/index.md
GNU General Public License v3.0
3 stars 0 forks source link

master: Build Status dev: Build Status

pypi:https://pypi.python.org/pypi/sdu-bkjws

一个用来解析山东大学(shandong university)教务系统的库 包括查成绩 获取课表 查询成绩排名

(似乎清华用的也是这个系统)

python2未经测试

Docs

todo:

changelog

for contributor:

method of test

  1. create a keys.json in test dir
    {
    "student_id": "student_id",
    "password": "password"
    }

then

python -m unittest test

or

  1. export student_id and password to environment