Timetable exporter for FDU. Automatically login to jwfw.fdu.edu.cn, export as .ics
file. Hope you enjoy this.
自动登录FDU教务系统读取课表,导出为.ics
文件
- Download this repo,
- install requirements:
pip install -r requirements.txt
- add your username and password to the buttom of
fetchdata.py
, - then run
python3 fetchdata.py
Note:
-
It's not recommanded to
airdrop
the producedics
file to your phone.As the result, these events will be automatically loaded to your calendar, which I'm sure you will not like it. What's more, you can't add tag to these events either. -
The best way to add these events is to send to your email inbox, open it on your phone. Recommend to use the ios default mail app.
-
尽量以邮件的方式发送生成的
fdu_timetable.ics
至你的邮箱,iOS使用系统默认邮箱打开
教务系统登录:fdulogin.py
Implemented in: fetchdata.py
Implemented in: fileman.py
- 添加自动获取校历,确定教学周开始日期
This project is distributed under the Apache 2.0
License, see LICENSE for more information.
Miss. Florence