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.
API_HASH
Your API Hash from my.telegram.orgAPI_ID
Your API ID from my.telegram.orgBOT_TOKEN
Your bot token from @BotFatherAUTH_USERS
Create a list of User Ids to use this bot
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
Dan for his Pyrogram Tg Framework
Shrimadhav UK for his AnyDLBot