Skip to content

A telegram bot to download & send videos from messages and inline queries

License

Notifications You must be signed in to change notification settings

TheTipo01/videoDownloader

Repository files navigation

videoDownloader

Go Report Card

This telegram bot downloads videos from the configured sites and sends them back in the chat. It also supports inline queries.

Installation

Natively

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.

Docker

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