7ca16075f36d8b6c58bbe0c43db36212894b1ad6
cov-to-ics
Migrate the coventry university student timetable to an ics file
Instructions
-
run
pip install -r requirements.txt -
if
calender.icsexists already, rename it toold_calender.ics. This will allow the new calender file to update events from the old calender, and remove deleted events. -
log into the coventry university timetable website, go into inspect element, go to the network tab and copy the response from the first request (refresh if no requests are showing up)
- paste the response data into a file in the root of the repo called
response.txt
-
run
main.py, and you'll hopefully seecalender.icsget created in the root folder of the repo :) -
Upload that ics file to any calender application, I imagine basically all of them allow you to upload a ics file (google calender and thunderbird do).
Languages
Python
71.9%
Jinja
14.1%
CSS
14%

