Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1011 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 1011 Bytes

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.