A web app that lets you make a Spotify playlist with songs by artists who are similar to your favorite artist. Check out some of the playlists made with Playlist Maker.
Required: Spotify Developer account, flask, spotipy
Usage: edit the following in app.py then run python app.py
SPOTIPY_CLIENT_ID = "your-spotify-client-id"
SPOTIPY_CLIENT_SECRET = "your-spotify-client-secret"
SPOTIPY_REDIRECT_URI = "your-app-redirect-url"
username = ""
Alternatively, you can set your app credentials as environment variables. If so, you don't need to pass them to util.prompt_for_user_token
.
Website uses Story theme by HTML5UP, an Alice Moore image from Unsplash, and content from Spotify.