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.
- Host: GitHub
- URL: https://github.com/FayasNoushad/YouTube-Thumbnail-Downloader
- Owner: fayasnoushad
- License: mit
- Created: 2021-07-27T08:35:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-07T16:35:43.000Z (11 months ago)
- Last Synced: 2025-07-22T06:56:40.426Z (11 months ago)
- Topics: pyrogram, telegram-bot, thumbnail, youtube
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 53
- Watchers: 1
- Forks: 57
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
---