Appearance
Google Drive Uploader Telegram Bot 
A Telegram bot to upload files from Telegram or Direct links to Google Drive.
- Find it on Telegram as Google Drive Uploader
 
Features 
- [X] Telegram files support.
 - [X] Direct Links support.
 - [X] Custom Upload Folder.
 - [X] TeamDrive Support.
 - [X] Clone/Copy Google Drive Files.
 - [X] Delete Google Drive Files.
 - [X] Empty Google Drive trash.
 - [X] youtube-dl support.
 
ToDo 
- [ ] Handle more exceptions.
 - [ ] LOGGER support.
 - [ ] Service account support.
 - [ ] Update command.
 
Deploying 
Deploy on Heroku 
Installation 
- Install required modules.
 
sh
apt install -y git python3 ffmpeg- Clone this git repository.
 
sh
git clone https://github.com/viperadnan-git/google-drive-telegram-bot- Change Directory
 
sh
cd google-drive-telegram-bot- Install requirements with pip3
 
sh
pip3 install -r requirements.txtConfiguration 
There are two Ways for configuring this bot.
- Add values to Environment Variables. And add a 
ENVvar to Anything to enable it. - Add values in config.py. And make sure that no 
ENVenvironment variables existing. 
Configuration Values 
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.SUPPORT_CHAT_LINK- Telegram invite link of support chat.DATABASE_URL- Postgres database url.DOWNLOAD_DIRECTORY- Custom path for downloads. Must end with a forward/slash. (Default to./downloads/)
Deploy 
sh
python3 -m botCredits 
- Dan for creating PyroGram
 - Spechide for gDriveDB.py
 - Shivam Jha for Clone Feature from python-aria-mirror-bot
 
Copyright & License 
- Copyright (©) 2020 by Adnan Ahmad
 - Licensed under the terms of the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007