Converts IAU's HTML schedule to a printable CSV and Google calendar CSV
This code is meant to be used with IAU's UBIS. Purely made for personal easy of use.
- Create a virtual environment and run
pip install -r requirement.txt - Run main.py
- Wait for UBIS to open and login into UBIS
- return to where the code is running and press enter
out.csv is perfect for spreedsheet usage. GCalender.csv is meant to be imported into Google Calender.
- Copy the outer html of the
DersProgramitable. - Paste the content into
input.htmlat the root of this project. - Go to
main.pyand comment outpull_calender()in the main function.
This will process the html into the expected outputs.
