https://github.com/parthpower/ytdl_audio_telebot
Telegram Bot that Downloads YouTube Audio File
https://github.com/parthpower/ytdl_audio_telebot
node-js telegram-bot youtube-dl
Last synced: 8 months ago
JSON representation
Telegram Bot that Downloads YouTube Audio File
- Host: GitHub
- URL: https://github.com/parthpower/ytdl_audio_telebot
- Owner: parthpower
- License: mit
- Created: 2018-02-05T11:16:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T12:38:04.000Z (about 3 years ago)
- Last Synced: 2025-10-08T08:37:33.707Z (8 months ago)
- Topics: node-js, telegram-bot, youtube-dl
- Language: JavaScript
- Homepage: https://parthpower.github.io/ytdl_audio_telebot/
- Size: 38.1 KB
- Stars: 7
- Watchers: 1
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[]()
[](https://github.com/parthpower/ytdl_audio_telebot)
[](https://github.com/parthpower/ytdl_audio_telebot/)
# ytdl_audio_telebot
Zero Log Telegram Bot that downloads YouTube Audio
# Installation
Download this repo and `npm install`
# Run
Get your telegram bot key from ['@botfather'](https://telegram.me/botfather)
`env TELEGRAM_BOT_KEY= npm run start_bot`
# Deploy on Heroku
1. Clone this repo `git clone https://github.com/parthpower/ytdl_audio_telebot`
2. Change your bot key in [.env](.env) file.
3. Get [heroku-cli](https://devcenter.heroku.com/articles/heroku-cli)
4. `heroku create`
5. `git push heroku master`
6. It's Done!