TelegramFilestoCloud
TelegramFilestoCloud copied to clipboard
This bot uploads telegram files to a third-party server. Usage: Send any file or bot. Then select the third-party Cloud you want to upload to.
What is about this bot ?
This bot uploads telegram files to a third-party server.
Usage: Send any file or bot. Then select the third-party server you want to upload to.
Supported clouds
- [x] anonfiles.com
- [x] file.io
- [x] gofile.io
- [x] Transfer.sh
- [ ] mixdrop.co
Installation
Clone
git clone https://github.com/AbhijithNT/TelegramFiletoCloud.git
cd TelegramFiletoCloud
Install Requirements
pip3 install -U -r requirements.txt
Edit Sample_config.py and replace it with your bot details like this
class Config:
BOT_USE = False # True is private use
BOT_TOKEN = '' # from @botfather
APP_ID = 1234567 # from https://my.telegram.org/apps
API_HASH = '' # from https://my.telegram.org/apps
AUTH_USERS = [] # Private users id
Run this bot
python3 -m bot