A small Flask app that authenticates with the Spotify API (via spotipy) and lists a logged-in user's playlists. Early scaffolding for a tool to clean up or manage Spotify playlists.
- Create a Spotify app at the Spotify Developer Dashboard to get a client ID/secret.
- Add a
config.py(gitignored) withSPOTIPY_CLIENT_ID,SPOTIPY_CLIENT_SECRET,SPOTIPY_REDIRECT_URI. pip install -r requirements.txtpython main.py, then visithttp://localhost:5000to authorize and list your playlists.
Experimental / early prototype. Only the OAuth flow and playlist listing are implemented; no cleanup logic yet.
No license file yet, so all rights reserved by default until one is added.