Uses DBus to read the currently playing song on Spotify and updates your status in Slack accordingly.
-
Goes without saying but this required DBus
-
Install
go get -u github.com/adamveld12/spotify-slack-status
- make sure your
$GOPATH/bin
is in your path
- make sure your
-
Run it:
spotify-slack-status -token $SLACK_TOKEN -playing-emoji "headphones"
GPL-V3