Telegram Bot Upload Media Files|video To telegram using direct download link. (youtube, facebook, google drive, twitter, etc).
• Upload HTTP/HTTPS as File/Video to Telegram.
• Upload zee5, sony.live, voot and more
• Broadcast messages, check total users
• Permanent thumbnail support
• Allow authentication user with password or public use for all
• Remove depended to mongodb (use sqlite as database)
to use authentication feature set BOT_PASS
in .env
file, but if you want use as public bot need to set PUBLIC_USE
to True
in .env
file.
git clone https://github.com/surbiks/mediadlbot
cd mediadlbot
pip3 install -r requirements.txt
cp sample.env .env
#edit .env file and set configs
python3 bot.py
git clone https://github.com/surbiks/mediadlbot
cd mediadlbot
docker build -t mediadlbot:latest .
cp sample.env .env
#edit .env file and set configs
docker run -d --name mediadlbot --restart always -v $(pwd):/opt/app/ mediadlbot:latest
- @SpEcHlDe for his AnyDLBot
- Dan Tès for his Pyrogram Library
- Yoily for his UploaditBot
- @AbirHasan2005 for his database.py
- @DC4_WARRIOR
- @xgorn