https://github.com/polidog/go-nowplaying
https://github.com/polidog/go-nowplaying
golang itunes lastfm slack
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/polidog/go-nowplaying
- Owner: polidog
- Created: 2017-05-28T04:56:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T16:19:46.000Z (almost 9 years ago)
- Last Synced: 2026-03-30T01:42:22.785Z (3 months ago)
- Topics: golang, itunes, lastfm, slack
- Language: Go
- Size: 338 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-nowplaying
go-nowplyaing is scrobble your local Sonos queue to a Slack channel And Lastfm.
Supported by mac only.

## using
```
$ go install github.com/polidog/go-nowplaying
```
Create config.toml.
```
// ~/.nowplaying.toml
[slack]
token = "your token"
channel = "#general"
[lastfm]
api_key = "your api key"
api_secret = "youar api secret"
username = "username"
password = "password"
```
```
$ go-nowplaying
```