npm Github All Releases Libraries.io for GitHub

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

  1. Clone this repo git clone https://github.com/parthpower/ytdl_audio_telebot
  2. Change your bot key in .env file.
  3. Get heroku-cli
  4. heroku create
  5. git push heroku master
  6. It’s Done!