Export your Spotify library to JSON. Written in Deno with NPM compatibility.
- Install Deno
- Create a Spotify OAuth token with
user-library-read
permission - Execute in the directory's root:
deno task run --OAuth='your-oauth-token' --fileName='my-library'
-
deno compile
[see issue] - Export to various formats [such as
xml
] - Custom export schema support
- Write file using Streams
- Create a good readme 🤪