This Telegram bot was made with the purpose of downloading media from YouTube/Youtube Music.
git clone https://github.com/regularenthropy/TelegramDL
cd TelegramDL
npm install
node .\main.js
git clone https://github.com/regularenthropy/TelegramDL
cd TelegramDL
npm install
node main.js
docker build -t telegram-downloader .
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.
- Make it cross-platform (Currently Windows only)
- Add ability to select between video/audio
- Add local storage support
- Optimize code
Copyright (c) 2022-2024 - regularentropy. All rights reserved.