Skip to content

anekobtw/youtube-dl-bot

Repository files navigation

youtube-dl-bot

version license python

A Telegram bot for downloading videos from different platforms directly in your chats.

Live Bot: @free_yt_dl_bot

Setup

Docker (Recommended)

$ docker build -t youtube-dl-bot .
$ docker run -d --name youtube-dl-bot-container -e TOKEN=your_telegram_bot_token_here youtube-dl-bot

Manual

  1. Install Python

  2. Install ffmpeg

  3. Acquire bot token from @BotFather

  4. Create a .env file with:

TOKEN=your_telegram_bot_token_here
  1. Clone and install dependencies:
$ pip install poetry
$ git clone https://github.com/anekobtw/youtube-dl-bot.git
$ poetry install
  1. Run the bot
$ cd src
$ poetry run python main.py

Contributing

Pull requests, bug reports, and feature suggestions are welcome! Please read our Code of Conduct

License

The project is under MIT licence.

// Maintained with ❤️ by @anekobtw

Releases

No releases published

Packages

 
 
 

Contributors