https://github.com/sigafoos/scrobble
GUIs are for chumps
https://github.com/sigafoos/scrobble
Last synced: 2 months ago
JSON representation
GUIs are for chumps
- Host: GitHub
- URL: https://github.com/sigafoos/scrobble
- Owner: Sigafoos
- License: mit
- Created: 2018-03-23T14:12:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T15:33:47.000Z (about 7 years ago)
- Last Synced: 2025-02-15T08:17:50.874Z (4 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scrobble
A command line interface to last.fm## Installing
If you'd like to use the app as-is, download the latest [release](https://github.com/Sigafoos/scrobble/releases). You will be prompted for your last.fm credentials on the first run. These _are not stored_: they're exchanged with last.fm for a session token, which is saved in `$HOME/.lastfm`## Compiling
You'll need a [last.fm api account](https://www.last.fm/api). When compiling/running you'll need to pass them in as flags:go build -ldflags "-X github.com/Sigafoos/scrobble/cmd.APIKey= -X github.com/Sigafoos/scrobble/cmd.APISecret=" -o scrobble main.go
An api account is not necessary for using the compiled versions.
## Roadmap
* v0.1 Provide a release so that the link above works
* v0.2 Create an actual roadmap