Skip to content

Latest commit

 

History

History
executable file
·
46 lines (29 loc) · 872 Bytes

File metadata and controls

executable file
·
46 lines (29 loc) · 872 Bytes

CQUT Student Schedule To ICS

将重庆理工大学教务网课程导出为 iCalendar 文件(可用于 iCal、Google Calendar 等)

demo

INSTALLATION

You need to install python 3 first.

brew install python3

Second, you need install beautifulsoup4 and icalendar by pip (pip3).

pip/pip3 install beautifulsoup4
pip/pip3 install icalendar

USAGE

使用前需修改 cqut.py 第 192 行的日期,需要改成开学第一周星期一的日期。

python3 cqut.py -u <username> -p <password>

DESCRIPTION

-u, --username    你的学号
-p, --password    你的密码

TODO

LICENSE

GPL-3.0