Skip to content

regularentropy/TelegramDL

Repository files navigation

About

This Telegram bot was made with the purpose of downloading media from YouTube/Youtube Music.

Demonstration

telebot

Normal Launch

Windows

git clone https://github.com/regularenthropy/TelegramDL
cd TelegramDL
npm install
node .\main.js

Linux

git clone https://github.com/regularenthropy/TelegramDL
cd TelegramDL
npm install
node main.js

Docker Deployment

Build Docker Image

docker build -t telegram-downloader .

Run Docker Container

docker run -d --name telegram-downloader -v $(pwd)/config.yml:/usr/src/app/config.yml -e token=your_telegram_bot_token telegram-downloader

Replace your_telegram_bot_token with your actual bot token.

Current roadmap

  • Make it cross-platform (Currently Windows only)
  • Add ability to select between video/audio
  • Add local storage support
  • Optimize code

Copyright

Copyright (c) 2022-2024 - regularentropy. All rights reserved.