An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![npm](https://img.shields.io/npm/l/ytdl_audio_telebot.svg)]()
[![Github All Releases](https://img.shields.io/github/downloads/parthpower/ytdl_audio_telebot/total.svg)](https://github.com/parthpower/ytdl_audio_telebot)
[![Libraries.io for GitHub](https://img.shields.io/librariesio/github/parthpower/ytdl_audio_telebot.svg)](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!