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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2d185ee · May 28, 2024

History

38 Commits
Jan 1, 2024
Sep 12, 2023
Sep 12, 2023
Sep 12, 2023
Nov 11, 2023
Nov 20, 2022
Sep 9, 2023
Feb 11, 2024
Sep 12, 2023
Feb 21, 2024
Oct 14, 2023
May 28, 2024
May 28, 2024
Feb 11, 2024
Feb 11, 2024
Feb 11, 2024

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