- Get deadline of assignments from Blackboard
- Get latest grades of assignments from Blackboard
- Get latest announcements from Blackboard
- Get information from PeopleSoft. I've not figured out how to do this yet. PRs and disscussions are welcome!
It's a command-line tool that provides the abilities shown in Features.
Here is the usage of main.py
:
- Install dependencies:
pip install -r requirements.txt
- Run
main.py
. For the first time, it will create aconfig.yaml
file in the same folder and you should fill your username and password in it. Only zjuam (统一身份认证) is supported now. - Follow the instructions and enjoy!
Another way is to download pre-built executables from Actions. Then you can follow step 2 and 3 above.
assistant
folder is a package that contains a class Assistant
, which provides abilities shown in Features. Dependencies are listed in requirements.txt
in the same folder.
For more details, please refer to wiki (WIP).
This project is simply a spider that replay the requests of the browser. Login process of zjuam is based on package capture and reverse engineering of javascript code. However, the analysis of PeopleSoft is too difficult for me. So any help is welcome! I think possible difficulty is the management of cookies.