Set PICT, Pune college timetable of a week on google calendar, based on the timetable uploaded on the college website.
These instructions will help to run the code on a local mahcine.
git clone https://github.com/geekypandey/ACTS.git
cd ACTS
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
One requirement is the credentials.json file which would be used for authentication for the Google Calendar API, can be downloaded from here. Click on the Enable the Google Calendar API and download the credentials.json file to the directory.
python main.py
This project is licensed under the MIT License - see the LICENSE.md file for details