Stuudium-2-GCal adds all undone tasks in Stuudium as events in Google Calendar
Stuudium is an Estonian eSchool platform.
- Python 3.0+
- PIP (package installer for python) Install Pip For Python
- Google Calendar API Enabled and credentials file downloaded
Google Calendar API needs to be enabled for the account where you want the events.
- Navigate to Enable Google Calendar API
- Click
Enable Google Calendar API
- Click
Start
- Click
Create
- Click
Download Client Configuration
- Move
credentials.json
to the program folder
- Google Chrome Browser Google Chrome browser
- Chrome Driver MacOs Windows
- Clone this repo
- Run
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib PyQt5 Selenium bs4
to install all required python modules