Skip to content

surbiks/mediadlbot

 
 

Repository files navigation

MediaDlBot ❤️

Telegram Bot Upload Media Files|video To telegram using direct download link. (youtube, facebook, google drive, twitter, etc).

Feature ✨

• 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.

Deploy 🚀

local host

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

docker

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

Issues

Submit Issues

Credits, and Thanks to

About

Telegram Bot to download any media from web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%