Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zeroniki/youtube-downloader-bot


https://github.com/zeroniki/youtube-downloader-bot

aiogram python python3 telegram telegram-bot youtube-downloader-bot youtube-downloader-python yt-dlp

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Youtube downloader bot
## About
lib:
- aiogram
- yt-dlp

Simple bot for downloading youtube video

## Installation
clone the repo
```sh
git clone https://github.com/ZeroNiki/Youtube-Downloader-Bot.git
cd Youtube-Downloader-Bot
```

## Configuration
go to `src/.env` and insert your token from @BotFather:
```
TOKEN=your token
```

### Start

```
python3 main.py
```