Skip to content

Export your lesson timetable to iCalendar from http://i.cqut.edu.cn 把重庆理工大学教务网课程导出为 iCalendar 文件(可用于 iCal、Google Calendar 等) @CQUT

License

Notifications You must be signed in to change notification settings

acbetter/cqut-lesson-timetable-to-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Export your lesson timetable to iCalendar from http://i.cqut.edu.cn 把重庆理工大学教务网课程导出为 iCalendar 文件(可用于 iCal、Google Calendar 等) @CQUT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages