Automatically generate an .ics file of University of Liverpool Timetable.
Please star the repo if you like it 🌟
❗Attention: The released application has not been updated for a long time. You are highly recommended to run the python program by your self to experience newest feature and optimization.
- Download the newly released executable application.
- Run the application.
- Input your UoL student account username and password, the start year and end year of your academic year according to the instruction in the program window.
- Find the file
timetable.ics
in the same folder of the application. - Import
timetable.ics
into your calendar app.
macOS user attention: the timetable.ics
will be saved in the user directory like /Users/your_user_name/timetable.ics
, not the folder of the application.
A: There is no modern user interface with bottons. Only console app.
A: Yes. The application need to read the timetable information from the Uol website.
A: Your personal information is secure. This program just run on your own computer and nobody could get your password. Check the code if you like.
- Line length should not be longer than 75 characters (RFC 5545 3.1. Content Lines)
- Language options
- Personalized
SUMMARY
andDESCRIPTION
settings - Modern user interface
- Fix the file saving bug on macOS