This is a Telegram bot that uses Google Drive API V3 Python Client to upload files to Google Drive.
To begin, you'll need Telegram API Access Token, And you could get it from @BotFather.
You have to enable Google Drive API V3
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 The project is available as open source under the terms of the MIT License.

