update readme.md

This commit is contained in:
Ugric
2026-01-20 02:55:38 +00:00
parent 922b8fabd7
commit 1fb7b62a05
4 changed files with 20 additions and 0 deletions

View File

@@ -2,3 +2,18 @@
Migrate the coventry university student timetable to an ics file
# Instructions
1. run `pip install -r requirements.txt`
2. if `calender.ics` exists already, rename it to `old_calender.ics`. This will allow the new calender file to update events from the old calender, and remove deleted events.
3. 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)
![copy response](images/step1.png)
4. paste the response data into a file in the root of the repo called `response.txt`
![paste response.txt](images/step2.png)
5. run `main.py`, and you'll hopefully see `calender.ics` get created in the root folder of the repo :)