gesync
synchronizes the Guichet Etudiant calendar to Google Calendar
- Python 3.x
- Follow the step 1 found at Python Quickstart | Google Calendar. This will enable the Google Calendar API on the developer console ang give you a credentials.json file.
- Add the
credentials.json
to the repository's directory. $ cp creds_template.py creds.py
and add username and password increds.py
.- Install the required dependencies:
pip install -r requirements.txt
- Run the script (example):
(venv) $ python3 main.py "University" "2018-12-21"