Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 643 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 643 Bytes

Class Schedule to iCal V2

How to Use

  1. Install Pipenv
    • For Mac
    brew install pipenv
  2. Clone the project
git clone [email protected]:kastnerorz/class-schedule-to-ical.git
  1. Install dependencies
cd class-schedule-to-ical
pipenv install
  1. 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)
  1. Run
pipenv run python main_v2.py
  1. Import the class_schedule.ics to your calendar app.
  2. Enjoy it!