pypi:https://pypi.python.org/pypi/sdu-bkjws
一个用来解析山东大学(shandong university)教务系统的库 包括查成绩 获取课表 查询成绩排名
(似乎清华用的也是这个系统)
python2未经测试
- 获取教学计划
- 添加课程(bkjwxk)
- 查询课程信息(bkjwxk)
- create a
keys.json
intest
dir
{
"student_id": "student_id",
"password": "password"
}
then
python -m unittest test
or
- export
student_id
andpassword
to environment