This is a Telegram bot uses Google API Python Client to upload files to your Google Drive.
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
To begin, you'll need an Access Token, And you could get it from @BotFather.
Clone the repo:
git clone https://github.com/zume2020/Telegram-bot-Google-Drive.git
cd Telegram-bot-Google-Drive
Run
python bot.py
The project is available as open source under the terms of the MIT License.