Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.15 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.15 KB

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