sdu bkjws library


License
GPL-3.0
Install
pip install sdu-bkjws==1.1.0

Documentation

master: Build Status dev: Build Status

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

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

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

python2未经测试

Docs

todo:

  • 获取教学计划
  • 添加课程(bkjwxk)
  • 查询课程信息(bkjwxk)

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