Skip to content

An Inline Telegram YouTube Downloader bot with custom, permanent thumbnail support and cancel upload facility. Make your fork now.

License

Notifications You must be signed in to change notification settings

Magneto-noob/inline-tube-mate

 
 

Repository files navigation

Inline-Tube-Mate (YouTube Downloader)

An Inline Telegram bot that can download YouTube videos with permanent thumbnail support


  • Bot need to be in Inline Mode
  • Search keyword inline (In bot chat).
  • Send a photo to bot to set custom thumbnail permanently.
  • The thumbnail will be in all the downloads until clear it in options.
  • View the custom thumbnail in option.
  • If no thumbnail available, bot will set the default YouTube video thumbnail in downloading.
  • If Authorized users are available, bot will serve to them only. If not, bot will be in public domain.

Mandatory Variables

  • API_HASH Your API Hash from my.telegram.org
  • API_ID Your API ID from my.telegram.org
  • BOT_TOKEN Your bot token from @BotFather
  • AUTH_USERS Create a list of User Ids to use this bot

Deploy Locally

Create a config.py with the above variables (Refer sample_config.py)

git clone https://github.com/m4mallu/inline-tube-mate
cd inline-tube-mate
virtualenv -p python3 venv
. ./venv/bin/activate
pip3 install -r requirements.txt
python3 bot.py

Credits

Dan for his Pyrogram Tg Framework

Shrimadhav UK for his AnyDLBot

About

An Inline Telegram YouTube Downloader bot with custom, permanent thumbnail support and cancel upload facility. Make your fork now.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%