https://github.com/sheldonhull/spotify-utils
Cleanup albums in spotify library in bulk
https://github.com/sheldonhull/spotify-utils
go spotify spotify-web-api
Last synced: over 1 year ago
JSON representation
Cleanup albums in spotify library in bulk
- Host: GitHub
- URL: https://github.com/sheldonhull/spotify-utils
- Owner: sheldonhull
- Created: 2024-11-15T23:42:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T23:53:43.000Z (over 1 year ago)
- Last Synced: 2025-03-14T14:44:40.444Z (over 1 year ago)
- Topics: go, spotify, spotify-web-api
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify Utils
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
Bulk unfavorite all the albums in your Spotify library.
## Requirements
Setup at [developer dashboard](https://developer.spotify.com/dashboard).
Add callback: `http://127.0.0.1:4001/callback`.
## Usage
- load `.env` with direnv or desired tool.
- `go run main.go`
## Why
I wanted to reset my library and while I found some actions to easily clear playlists, I didn't find anything for removing all the albums.
I also found this interesting as it works with Oauth waiting for callback.
If anything is ugly in this, I blame GPT. 😂