Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 607 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 607 Bytes

Google_calendar_bot

This is a telegram bot who can create events in google calendar

Installation

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.

Usage

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.