An asyncio 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.
- Handle more exceptions.
- LOGGER support.
- Service account support.
- Clone this git repository.
git clone https://github.com/viperadnan-git/gdrive-uploader-telegram-bot
- Change Directory
cd gdrive-uploader-telegram-bot
- Install requirements with pip3
pip3 install -r requirements.txt
There are two Ways for configuring this bot.
- Add APP_ID, API_HASH, BOT_TOKEN, DATABASE_URL, ENV in Environment Variables.
- Add APP_ID, API_HASH, BOT_TOKEN, DATABASE_URL in config.py
- Deploy on VPS.
python3 bot.py
- Note: Bot is in beta stage. Maybe it throw some errors.
- Dan for PyroGram
- Spechide for gDrive_sql.py
- Shivam Jha for python-aria-mirror-bot