Skip to content

send a link from a youtube or soundcloud link to the bot, automatically gets downloaded and put in a folder

Notifications You must be signed in to change notification settings

mathislindner/telegram-bot-media-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot Media Downloader

This Telegram bot allows users to download media from various sources directly within the Telegram app using the well maintained yt-dlp.

Features

  • Download music from youtube or souncloud through a telegram bot
  • Support for multiple media sources
  • Easy-to-use commands

Installation

Using Docker

  1. Pull the Docker image:
    docker pull ghcr.io/mathislindner/telegrambotmediadownloader:latest
  2. Run the Docker container with your Telegram API token and mount a local directory to /downloads:
    docker run -e TELEGRAM_API_TOKEN=your_api_token -v /path/to/local/downloads:/downloads ghcr.io/mathislindner/telegrambotmediadownloader:latest

Note:

if you have ffmpeg installed on your host machine, consider building the container yourself to not waste space

Commands

  • <URL> - Download media from the provided URL
  • /help - Get a list of available commands

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

send a link from a youtube or soundcloud link to the bot, automatically gets downloaded and put in a folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages