A simple bot that downloads thumbnails of YouTube videos using urls.
(Only for Educational Purposes)
- Python 3.x.x
- pyTelegramBotAPI library.
- Get your TOKEN from here.
- Replace your api key with
TOKEN
variable in bot.py. - Example:
TOKEN = "09876543210:AAHePL8-xSzjOlnF5dRGiwhNyxxZsS3u7f4"
- Save!
git clone https://github.com/hansanaD/Youtube-Thumbnail-Downloader.git;
cd Youtube-Thumbnail-Downloader;
pip install -r requirements.txt;
python bot.py
This repository is intended for educational and personal use only. The use of this repository for any commercial or illegal purposes is strictly prohibited. Users are expected to adhere to Telegram's terms of service. The repository owner is not responsible for any misuse of the software or any legal consequences that may arise from such misuse
- APIs : pyTelegramBotAPI
- Contact for issues : @dev00111