Updates your Slack status with the currently playing song from Spotify
Je kunt niet meer dan 25 onderwerpen selecteren Onderwerpen moeten beginnen met een letter of nummer, kunnen streepjes bevatten ('-') en kunnen maximaal 35 tekens lang zijn.
Adam Veldhousen 46f5c6e2d1
💯
4 jaren geleden
.gitignore 💯 4 jaren geleden
LICENSE 💯 4 jaren geleden
README.md 💯 4 jaren geleden
go.mod 💯 4 jaren geleden
go.sum 💯 4 jaren geleden
main.go 💯 4 jaren geleden
spotify.go 💯 4 jaren geleden

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