Skip to content
/ brainz Public

A simple script to search and delete ListenBrainz entries.

License

Notifications You must be signed in to change notification settings

sav/brainz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainz

A simple script to search and delete ListenBrainz listens.

Installation

go install github.com/sav/brainz@latest

Usage

First define LISTENBRAINZ_TOKEN environment with an API Token from ListenBrainz website:

export LISTENBRAINZ_TOKEN=<token>

Searching

./brainz -l -u <user> -s <regexp>

Deleting

./brainz -d -u <user> -s <regexp>