You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
go.mod | 4 years ago | |
go.sum | 4 years ago | |
main.go | 4 years ago | |
spotify.go | 4 years ago |
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/bin
is in your path
- make sure your
-
Run it:
spotify-slack-status -token $SLACK_TOKEN -playing-emoji "headphones"
LICENSE
GPL-V3