Skip to content

dhekabai/Telegram-bot-Google-Drive

 
 

Repository files navigation

Telegram bot Google Drive API integration example

Open Source Love MIT Licence

This is a Telegram bot uses Google API Python Client to upload files to your Google Drive.

Installing

Install or upgrade python-telegram-bot with:

 $ pip install python-telegram-bot --upgrade

Install Google API Python Client

 $ pip install --upgrade google-api-python-client oauth2client

Setup

To begin, you'll need an Access Token, And you could get it from @BotFather.

Run

Clone the repo:

git clone https://github.com/zume2020/Telegram-bot-Google-Drive.git
cd Telegram-bot-Google-Drive

Run

python bot.py

License

The project is available as open source under the terms of the MIT License.

About

Simple Telegram bot Google Drive integration example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%