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’
env TELEGRAM_BOT_KEY=<YOUR_TELEGRAM_BOT_KEY> npm run start_bot
Deploy on Heroku
- Clone this repo
git clone https://github.com/parthpower/ytdl_audio_telebot
- Change your bot key in .env file.
- Get heroku-cli
heroku create
git push heroku master
- It’s Done!