Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/nealarch01/spotify-playlist-to-json
- Owner: nealarch01
- Created: 2022-04-20T23:44:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T01:52:18.000Z (over 2 years ago)
- Last Synced: 2024-06-20T23:21:00.954Z (7 months ago)
- Topics: cli
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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