Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amir/goscribble
An MPD Audioscrobbler
https://github.com/amir/goscribble
Last synced: about 1 month ago
JSON representation
An MPD Audioscrobbler
- Host: GitHub
- URL: https://github.com/amir/goscribble
- Owner: amir
- License: unlicense
- Created: 2012-04-18T16:59:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-26T09:38:19.000Z (over 12 years ago)
- Last Synced: 2024-06-20T22:35:52.406Z (6 months ago)
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
goscribble
==========An MPD Audioscrobbler
Usage
-----
You must be granted a valid API key by last.fm in order to use this.
Go to http://www.last.fm/api/account and create a new application. Copy your `API Key`, and `secret` and paste them in `lastfmclient/lastfmclient.go`, and then:go build
./goscribble -lastfm_password="yourpassword" -lastfm_username="yourusername"