0.0.3 • Published 7 years ago

ytdl_audio_telebot v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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 start

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!