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_HASHYour API Hash from my.telegram.orgAPI_IDYour API ID from my.telegram.orgBOT_TOKENYour bot token from @BotFatherAUTH_USERSCreate 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/ZIPKAMRON/ZipNationDownloader
cd Youtube_Downloader
virtualenv -p python3 venv
. ./venv/bin/activate
pip3 install -r requirements.txt
python3 bot.py