Telegram-bot-Google-Drive

Simple Telegram bot Google Drive integration example

View project on GitHub

Telegram bot Google Drive API integration example

Open Source Love MIT Licence

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

Setup

To begin, you’ll need Telegram API Access Token, And you could get it from @BotFather.

You have to enable Google Drive API V3

Installation

Clone the repository:

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

Install dependencies

pip install -r requirements.txt

Run

python bot.py

License

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