Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

trim21-archive/sdu_bkjws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

master: Build Status dev: Build Status

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

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

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

python2未经测试

todo:

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

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