Skip to content

V-prajit/SpotiClean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpotiClean

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.

Usage

  1. Create a Spotify app at the Spotify Developer Dashboard to get a client ID/secret.
  2. Add a config.py (gitignored) with SPOTIPY_CLIENT_ID, SPOTIPY_CLIENT_SECRET, SPOTIPY_REDIRECT_URI.
  3. pip install -r requirements.txt
  4. python main.py, then visit http://localhost:5000 to authorize and list your playlists.

Status

Experimental / early prototype. Only the OAuth flow and playlist listing are implemented; no cleanup logic yet.

License

No license file yet, so all rights reserved by default until one is added.

About

Small Flask app using spotipy to auth with Spotify and list a user's playlists. Early prototype.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages