geekypandey / ACTS-Automated-College-Timetable-Setter

Set college timetable for a week on google calendar,based on the timetable uploaded on the college website.
MIT License
1 stars 1 forks source link
google-calendar-api pdf-mining web-scraping

ACTS(Automate College Timetable Setter)

Set PICT, Pune college timetable of a week on google calendar, based on the timetable uploaded on the college website.

Getting Started

These instructions will help to run the code on a local mahcine.

Setting up the virtual environment

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.

Running the application

python main.py

License

This project is licensed under the MIT License - see the LICENSE.md file for details