Skip to content

Small CLI app that employs webhooks to broadcast your current iTunes or Spotify song to a Slack channel

License

Notifications You must be signed in to change notification settings

drewlustro/slack-audio

Repository files navigation

slack-audio

Small CLI app that employs webhooks to broadcast your current iTunes or Spotify song to a Slack channel.

Installation for hacking

git clone http://github.com/maxrelax/slack-audio.git
cd slack-audio
sudo gem install bundler # if you don't already have the bundle command
bundle install # installs ruby dependencies from Gemfile
npm install # installs node dependencies from package.json

Usage for hacking

./app.js --user USERNAME --url WEBHOOKSURL [--channel BOTCHANNEL --bot BOTNAME]

Need a Slack WebHook URL?

Get a WebHooks URL here


Installing globally

Note: this doesn't work yet.

npm install -g slack-audio

Usage if installed globally

slack-audio --user USERNAME --url WEBHOOKSURL [--channel BOTCHANNEL --bot BOTNAME]



License

MIT

About

Small CLI app that employs webhooks to broadcast your current iTunes or Spotify song to a Slack channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published