Updates your Slack status with the currently playing song from Spotify
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Adam Veldhousen 46f5c6e2d1
💯
4 lat temu
.gitignore 💯 4 lat temu
LICENSE 💯 4 lat temu
README.md 💯 4 lat temu
go.mod 💯 4 lat temu
go.sum 💯 4 lat temu
main.go 💯 4 lat temu
spotify.go 💯 4 lat temu

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