doamatto / scrobblebuddy

Scrobble alongside other users on Last.fm

Home Page:https://git.sr.ht/~maatt/scrobblebuddy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is now maintained on Sourcehut here.

Scrobble Buddy is a simple tool to let you scrobble with other Last.fm users.

Building

  1. Install Golang
  2. Clone this repository (git clone https://git.sr.ht/~maatt/scrobblebuddy)
  3. Build this app (go build -o scrobblebuddy main.go)

You can now use scrobblebuddy

Usage

Usage: scrobblebuddy <last_fm_user_to_scrobble_along_with>

Configuration options are within .config/scrobblebuddy.json (or wherever XDG_CONFIG_HOME is set to) and are follows:

  • username (string): your Last.fm username
  • password (string): your Last.fm password
  • api_key (string) and api_secret (string): your Last.fm credentials (you can get an API key and secret here)

Acknowledgements

This program is licensed under the 3-Clause BSD license. A copy of this license is in the LICENSE file in the root of this repository.

This program uses Kohei Shitaune's lastfm-go library (MIT). This program was inspiried by Amr Hassan's bbcscrobbler program.

About

Scrobble alongside other users on Last.fm

https://git.sr.ht/~maatt/scrobblebuddy

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 96.9%Language:Makefile 3.1%