This bot is written in python, packages required are: google-api-python-client, poster, and python-telegram-bot
They can be installed with
pip install - -upgrade google-api-python-client pip install python-telegram-bot - -upgrade
Instructions for setting up the google client for the calendar can be found here https://developers.google.com/google-apps/calendar/quickstart/python
Documentation and instructions for the python-telegram-bot https://github.com/python-telegram-bot/python-telegram-bot
Things to do for a new user
- register your application in the google developers console as a new project
- make a oauth2 token for the project.
- Download this token as client_secret.json on the same directory with the source code.
Telegram API can be found at https://core.telegram.org/bots/api