Skip to content

Ruby Telegram bot that lets you download mp3 from youtube videos

Notifications You must be signed in to change notification settings

lorenzo-ange/Mp3JukeBot

Repository files navigation

Mp3JukeBot

Mp3JukeBot is a Ruby Telegram bot that lets you download mp3 from youtube videos.

Installation

Before installing Mp3JukeBot make sure you have youtube-dl and ffmpeg correctly installed on your environment.

Install dependencies:

gem install telegram-bot-ruby nokogiri

Clone Repository:

git clone https://github.com/lorenzo-ange/Mp3JukeBot.git
cd Mp3JukeBot

Set your Telegram Bot Token:

echo "bot_token: YOUR_BOT_TOKEN" >> config.yml

Let mp3_juke_bot.rb be executable:

chmod +x mp3_juke_bot.rb

Usage

To launch Mp3JukeBot:

./mp3_juke_bot.rb

About

Ruby Telegram bot that lets you download mp3 from youtube videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages