This is a telegram bot who can create events in google calendar
Use the package manager pip to install requirements.txt.
pip install -r requirements.txt
Then go to https://developers.google.com/calendar/quickstart/python?pli=1 and follow steps 1 and 2. The file credentials.json must be in the directory of the bot.
Copy settings.py.dist in settings.py (i.e. with: cp settings.py.dist settings.py
)
In settings.py insert your bot token, then start the bot (python main.py) and follow the bot instructions.