Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sav/brainz
A simple script to search and delete ListenBrainz entries.
https://github.com/sav/brainz
go golang listenbrainz metabrainz scrobbling
Last synced: 15 days ago
JSON representation
A simple script to search and delete ListenBrainz entries.
- Host: GitHub
- URL: https://github.com/sav/brainz
- Owner: sav
- License: mit
- Created: 2023-07-25T00:36:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-06T04:46:00.000Z (about 1 year ago)
- Last Synced: 2024-11-11T11:48:24.003Z (2 months ago)
- Topics: go, golang, listenbrainz, metabrainz, scrobbling
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brainz
A simple script to search and delete [ListenBrainz](https://listenbrainz.org) listens.
## Installation
```
go install github.com/sav/brainz@latest
```## Usage
First define `LISTENBRAINZ_TOKEN` environment with an API Token from [ListenBrainz](https://listenbrainz.org) website:
```
export LISTENBRAINZ_TOKEN=
```### Searching
```
./brainz -l -u -s
```### Deleting
```
./brainz -d -u -s
```