Skip to content

miikama/telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram-bot

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

  1. register your application in the google developers console as a new project
  2. make a oauth2 token for the project.
  3. 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages