Updates your Slack status with the currently playing song from Spotify
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Adam Veldhousen 46f5c6e2d1
💯
il y a 4 ans
.gitignore 💯 il y a 4 ans
LICENSE 💯 il y a 4 ans
README.md 💯 il y a 4 ans
go.mod 💯 il y a 4 ans
go.sum 💯 il y a 4 ans
main.go 💯 il y a 4 ans
spotify.go 💯 il y a 4 ans

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