This telegram bot downloads videos from the configured sites and sends them back in the chat. It also supports inline queries.
Just grab the latest release from the releases page, modify
the included example_config.yml
file (adding your telegram token that you got
from @BotFather), rename it to config.yml
and run the bot.
Make sure to have ffmpeg and yt-dlp installed and in your PATH.
Clone the repo, modify the included example_config.yml
file (adding your telegram token that you got
from @BotFather), rename it to config.yml
, and do a docker-compose up
.
The docker image is also available on Docker hub, Quay.io and Github packages