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

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)

Awesome Lists containing this project

README

          

# `youtube-dl-bot`

![version](https://img.shields.io/badge/Version-3.7.0-blue)
![license](https://img.shields.io/badge/License-CC-red)
![python](https://img.shields.io/badge/Python-3.8%2B-blue)

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)