https://github.com/anekobtw/youtube-dl-bot
A telegram bot for downloading videos from YouTube, Instagram, TikTok, X (Twitter)
https://github.com/anekobtw/youtube-dl-bot
aiogram aiogram3 instagram instagram-downloader instagram-downloader-bot spotify spotify-downloader telegram telegram-bot tiktok twitter twitter-downloader x youtube youtube-bot youtube-dl youtube-downloader yt-dlp
Last synced: 4 months ago
JSON representation
A telegram bot for downloading videos from YouTube, Instagram, TikTok, X (Twitter)
- Host: GitHub
- URL: https://github.com/anekobtw/youtube-dl-bot
- Owner: anekobtw
- License: cc0-1.0
- Created: 2024-08-27T12:39:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T21:50:27.000Z (10 months ago)
- Last Synced: 2025-08-16T23:48:25.294Z (10 months ago)
- Topics: aiogram, aiogram3, instagram, instagram-downloader, instagram-downloader-bot, spotify, spotify-downloader, telegram, telegram-bot, tiktok, twitter, twitter-downloader, x, youtube, youtube-bot, youtube-dl, youtube-downloader, yt-dlp
- Language: Python
- Homepage:
- Size: 43.2 MB
- Stars: 13
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# `youtube-dl-bot`



A Telegram bot for downloading videos from different platforms directly in your chats.
**Live Bot**: [@free_yt_dl_bot](https://t.me/free_yt_dl_bot)
## đ ī¸ Setup
**1. Install Python**
**2. Install [ffmpeg](https://ffmpeg.org/download.html)**
**3. Acquire bot token from [@BotFather](https://t.me/BotFather)**
**4. Create a `.env` file in `bot/` folder with:**
```
TOKEN = your_telegram_bot_token_here
```
**5. Clone and install dependencies:**
```bash
$ git clone https://github.com/anekobtw/youtube-dl-bot.git
$ cd youtube-dl-bot/bot
$ pip install -r requirements.txt
```
**6. Run the bot**
```bash
$ python main.py
```
## Contributing đ¤
Pull requests, bug reports, and feature suggestions are welcome! Please read our [Code of Conduct](https://github.com/anekobtw/youtube-dl-bot/blob/main/CODE_OF_CONDUCT.md)
## License đ
ÂŠī¸ All rights reserved by [@anekobtw](https://github.com/anekobtw). Unauthorized copying or redistribution is prohibited.
> // Maintained with â¤ī¸ by [@anekobtw](https://github.com/anekobtw)