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

https://github.com/FayasNoushad/YouTube-Thumbnail-Downloader

A youtube videos thumbnail downloader telegram bot.
https://github.com/FayasNoushad/YouTube-Thumbnail-Downloader

pyrogram telegram-bot thumbnail youtube

Last synced: 11 months ago
JSON representation

A youtube videos thumbnail downloader telegram bot.

Awesome Lists containing this project

README

          

# YouTube Thumbnail Downloader

A youtube videos thumbnail downloader telegram bot

---

## How to run

##### In Linux

```sh
python3 -m venv venv
. ./venv/bin/activate
pip3 install -r requirements.txt
python3 main.py
```

##### In Windows

```sh
python3 -m venv venv
venv/Scripts/activate
pip install -r requirements.txt
python main.py
```

---

## Variables

- `API_HASH` Your API Hash from my.telegram.org
- `API_ID` Your API ID from my.telegram.org
- `BOT_TOKEN` Your bot token from @BotFather

---

## Commands

```
start - For start bot
```

---