We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b27c2 commit a93f734Copy full SHA for a93f734
README.md
@@ -1,14 +1,29 @@
1
-# brainz
2
-A collection of scripts to deal with ListenBrainz data.
+# Brainz
+
3
+A simple script to search and delete [ListenBrainz](https://listenbrainz.org) listens.
4
5
## Installation
6
7
+```
8
go install github.com/sav/brainz@latest
9
10
-## Build
11
+## Usage
12
-go build
13
+First define `BRAINZ_TOKEN` environment with an API Token from [ListenBrainz](https://listenbrainz.org) website:
14
-## Usage
15
16
+export BRAINZ_TOKEN=<token>
17
18
19
+### Searching
20
21
22
+./brainz -l -u <user> -s <regexp>
23
24
25
+### Deleting
26
-./brainz -l -u sav10sena -s '.*'
27
28
+./brainz -d -u <user> -s <regexp>
29
0 commit comments