|
|
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| spotify.go | ||
README.md
spotify-slack-status
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/binis in your path
- make sure your
-
Run it:
spotify-slack-status -token $SLACK_TOKEN -playing-emoji "headphones"
LICENSE
GPL-V3