Skip to content

kastnerorz/class-schedule-to-ical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Class Schedule to iCal V2

How to Use

  1. Install Pipenv
    • For Mac
    brew install pipenv
  2. Clone the project
git clone git@github.com: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!

About

⚡️Convert your class schedule to iCal simply.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages