Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nealarch01/spotify-playlist-to-json

Command-line tool that takes a Spotify playlist's URL/URI/ID and writes its contents into a JSON file (API Key Required)
https://github.com/nealarch01/spotify-playlist-to-json

cli

Last synced: 13 days ago
JSON representation

Command-line tool that takes a Spotify playlist's URL/URI/ID and writes its contents into a JSON file (API Key Required)

Awesome Lists containing this project

README

        

## Command line program that takes a Spotify Playlist URL/URI/ID and writes its data into a JSON file named after the playlist

## Requirements
- Go
- Spotify Client ID and Secret stored in ```api-config.json```

api-config.json
```json
{
"SpotifyClientID": "Your-ID-HERE",
"SpotifyClientSecret": "Your-Secret-Here"
}
```

- To run: ```go run main.go```

https://user-images.githubusercontent.com/73256760/165158723-ea224686-63b9-4101-b696-a6dbbcf71f5f.mov