Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zeroniki/youtube-downloader-bot
- Owner: ZeroNiki
- Created: 2023-06-30T07:33:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T06:36:57.000Z (7 months ago)
- Last Synced: 2024-06-05T07:52:49.447Z (7 months ago)
- Topics: aiogram, python, python3, telegram, telegram-bot, youtube-downloader-bot, youtube-downloader-python, yt-dlp
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube downloader bot
## About
lib:
- aiogram
- yt-dlpSimple 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
```