An open API service indexing awesome lists of open source software.

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.

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)**