/gyft

Get Your Freaking Timetable

Primary LanguagePython

gyft

Get Your Freaking Timetable

About

Gets your timetable from ERP and adds it to your Google Calendar. instructions

How to use and flow of the program

  • To get your timetable from ERP:
  python gyft.py -user <ROLL_NUMBER>

Answer your password & security question when prompted.
Your timetable will be saved in data.txt. Make any changes required appropriately in data.txt
Get your client_secret.json and save it to the current directory by following the Step 1 from here.

  • To add events to your calendar (Needs internet connection):
  python add_events.py
  • To delete all the recurring events (It deletes all the events having summary: Class Of *):
  python del_events.py

License

GPLv3.