1
0
Fork 0
Updates your Slack status with the currently playing song from Spotify
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Adam Veldhousen 46f5c6e2d1
💯
4 anos atrás
.gitignore 💯 4 anos atrás
LICENSE 💯 4 anos atrás
README.md 💯 4 anos atrás
go.mod 💯 4 anos atrás
go.sum 💯 4 anos atrás
main.go 💯 4 anos atrás
spotify.go 💯 4 anos atrás

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