https://github.com/kenrick95/listenbrainz-export
CLI to export ListenBrainz listening data to a file.
https://github.com/kenrick95/listenbrainz-export
data-export listenbrainz scrobbling
Last synced: about 2 months ago
JSON representation
CLI to export ListenBrainz listening data to a file.
- Host: GitHub
- URL: https://github.com/kenrick95/listenbrainz-export
- Owner: kenrick95
- License: mit
- Created: 2022-04-24T14:43:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T02:02:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T07:29:57.285Z (3 months ago)
- Topics: data-export, listenbrainz, scrobbling
- Language: JavaScript
- Homepage: https://kenrick95.github.io/listenbrainz-export/
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# listenbrainz-export
CLI to export ListenBrainz listening data to a file. [ListenBrainz](https://listenbrainz.org/) is an FOSS alternative to Last.fm.
Inspired by [seanbreckenridge/listenbrainz_export](https://github.com/seanbreckenridge/listenbrainz_export)
## Installation
Requires Node/npm/npx version that supports ES Module.
### via npm globally
```
npm install -g listenbrainz-export
``````
listenbrainz-export --output [output.json]
```### via npx
```
npx listenbrainz-export --output [output.json]
```## Usage
```
Usage: listenbrainz-export [options]CLI to export listenbrainz listening data
Options:
-o, --output [fileName] output file name (default: "output.json")
-h, --help display help for command
```