https://github.com/devhanza/youtube-thumbnail-downloader
A simple bot that downloads thumbnails of YouTube videos.
https://github.com/devhanza/youtube-thumbnail-downloader
Last synced: 2 months ago
JSON representation
A simple bot that downloads thumbnails of YouTube videos.
- Host: GitHub
- URL: https://github.com/devhanza/youtube-thumbnail-downloader
- Owner: DevHanza
- Created: 2024-04-24T06:08:02.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T06:19:23.000Z (about 2 years ago)
- Last Synced: 2025-12-27T18:41:25.592Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Youtube Thumbnail Downloader
A simple bot that downloads thumbnails of YouTube videos using urls.
(Only for Educational Purposes)
## ♻ How to Deploy
### 1️⃣ Requirements
- Python 3.x.x
- [pyTelegramBotAPI](https://github.com/eternnoir/pyTelegramBotAPI/) library.
### 2️⃣ Setup local variables
- Get your _TOKEN_ from [here](https://core.telegram.org/bots/tutorial#obtain-your-bot-token).
- Replace your api key with `TOKEN` variable in [bot.py](https://github.com/hansanaD/Youtube-Thumbnail-Downloader/blob/master/bot.py).
- Example: ```TOKEN = "09876543210:AAHePL8-xSzjOlnF5dRGiwhNyxxZsS3u7f4"```
- Save!
### 3️⃣ Install & Run
```
git clone https://github.com/hansanaD/Youtube-Thumbnail-Downloader.git;
cd Youtube-Thumbnail-Downloader;
pip install -r requirements.txt;
python bot.py
```
#
## ‼ Disclaimer
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](https://github.com/eternnoir/pyTelegramBotAPI/)**
- **Contact for issues : [@dev00111](https://t.me/dev00111_bot)**