Turn the term curriculum into ics format
Only tested on SCU URP system
python main.py
just ENTER and login
then u can get the schedule-whatever.ics
- using gh copilot so maybe >60% code are written by llm
- SCU's management system uses HTTP so just contiune

install python and pip
then
$ git clone https://github.com/shirakaze114/schedule-parser --depth=1
$ pip install -r requirements.txt
$ python main.pyfollow the instruction
and get schedule-whatever.ics
put this into ur calender app like google calender
$ pip install -r requirements.txt
$ python -m nuitka --onefile --follow-imports --include-package=selenium --output-dir=dist main.py