Skip to content
Slack-bot and Telegram-bot to play music from Soundcloud through Airplay
JavaScript
Failed to load latest commit information.
config telegram Dec 29, 2015
controllers current treck in "device status" Dec 29, 2015
initializers telegram Dec 29, 2015
storage en Dec 29, 2015
.gitignore en Dec 29, 2015
README.md telegram Dec 29, 2015
index.js telegram Dec 29, 2015
package.json telegram Dec 29, 2015
slack.js telegram Dec 29, 2015
telegram.js telegram Dec 29, 2015

README.md

TechnoBot

Slack-bot and Telegram-bot to play music from Soundcloud through Airplay.

Slack screenshot:

Screenshot-slack-bot

Telegram screenshot:

Screenshot-telegram-bot

Install:

git clone https://github.com/kulakowka/TechnoBot.git
cd TechnoBot
npm install 

Run application:

In order to start application in production mode, run this command in console.

SLACK_API_TOKEN="xoxb-17500190674-HRaNrRXgGSoT0mXIJKm6Ub74" TELEGRAM_TOKEN="190925138:AAF0R2m_ol3T1a45M2s0dniTXmF5EgSzQi7" SOUNDCLOUD_CLIENT_ID="7wr01242daa87493420a97045298b393" NODE_ENV=production node --harmony index.js

do not forget to change the keys to the API

Available commands:

help - Show help.

browser start - Start the process of finding airplay-devices.

browser stop - Stop the process of finding airplay-devices.

device list - Show a list of available airplay-devices.

device connect %ID - Connect to airplay-device (%ID - number of the device).

device status - Show the current status of the airplay-devices.

device close - Close connection with the current airplay-device.

play https://soundcloud... - Start playing a track from SoundCloud.

stop - Stop playing track.

Something went wrong with that request. Please try again.