Updates your Slack status with the currently playing song from Spotify
Go to file
Adam Veldhousen 46f5c6e2d1
💯
2020-03-25 16:03:44 -05:00
.gitignore 💯 2020-03-25 16:03:44 -05:00
LICENSE 💯 2020-03-25 16:03:44 -05:00
README.md 💯 2020-03-25 16:03:44 -05:00
go.mod 💯 2020-03-25 16:03:44 -05:00
go.sum 💯 2020-03-25 16:03:44 -05:00
main.go 💯 2020-03-25 16:03:44 -05:00
spotify.go 💯 2020-03-25 16:03:44 -05:00

README.md

spotify-slack-status

Go Report Card Gocover Go Walker Build Status License: GPL v3

Uses DBus to read the currently playing song on Spotify and updates your status in Slack accordingly.

How to use

  • 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
  • Run it: spotify-slack-status -token $SLACK_TOKEN -playing-emoji "headphones"

LICENSE

GPL-V3