A Telegram bot for downloading videos from different platforms directly in your chats.
Live Bot: @free_yt_dl_bot
$ docker build -t youtube-dl-bot .
$ docker run -d --name youtube-dl-bot-container -e TOKEN=your_telegram_bot_token_here youtube-dl-bot
-
Install Python
-
Install ffmpeg
-
Acquire bot token from @BotFather
-
Create a
.envfile with:
TOKEN=your_telegram_bot_token_here
- Clone and install dependencies:
$ pip install poetry
$ git clone https://github.com/anekobtw/youtube-dl-bot.git
$ poetry install- Run the bot
$ cd src
$ poetry run python main.pyPull requests, bug reports, and feature suggestions are welcome! Please read our Code of Conduct
The project is under MIT licence.
// Maintained with ❤️ by @anekobtw