A Telegram bot to upload files from Telegram or Direct links to Google Drive.
- Find it on Telegram as Google Drive Uploader
- Telegram files support.
- Direct Links support.
- Custom Upload Folder.
- TeamDrive Support.
- Clone/Copy Google Drive Files.
- Delete Google Drive Files.
- Empty Google Drive trash.
- youtube-dl support.
- Docker Supported
- Install required modules.
apt install -y git python3 ffmpeg
- Clone this git repository.
git clone https://github.com/ezbot9/Gd2Upload
- Change Directory
cd GDUPLOAD_BOT2
- Install requirements with pip3
pip3 install -r requirements.txt
There are two Ways for configuring this bot.
- Add values to Environment Variables. And add a
ENV
var to Anything to enable it. - Add values in config.py. And make sure that no
ENV
environment variables existing.
BOT_TOKEN
- Get it by contacting to BotFatherAPP_ID
- Get it by creating app on my.telegram.orgAPI_HASH
- Get it by creating app on my.telegram.orgSUDO_USERS
- List of Telegram User ID of sudo users, seperated by space.DATABASE_URL
- Postgres database url.DOWNLOAD_DIRECTORY
- Custom path for downloads. Must end with a forward/
slash. (Default to./downloads/
)
python3 -m bot
- start - useless command
- help - How to use me
- auth - Authorizing GDrive Account
- setfolder - Set Custom Upload Folder
- copy - Copy GDrive Files
- revoke - Revoke GDrive Account
- del - Delete GDrive Files
- Dan for creating PyroGram
- Spechide for gDriveDB.py
- Shivam Jha for Clone Feature from python-aria-mirror-bot
- Copyright (©) 2021 by Adnan Ahmad
- Licensed under the terms of the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007