- Install Pipenv
- For Mac
brew install pipenv
- Clone the project
git clone [email protected]:kastnerorz/class-schedule-to-ical.git
- Install dependencies
cd class-schedule-to-ical
pipenv install
- Set the params.
url_index = url[i] # i = 0 or 1
username = 'YOUR_ID'
password = 'YOUR_PASSWORD'
year = 2018, month = 11, day = 26 # term start date (Monday)
- Run
pipenv run python main_v2.py
- Import the
class_schedule.ics
to your calendar app. - Enjoy it!