/playlist-maker

🎧 Make a Spotify playlist with songs by artists similar to your favorite artist

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

playlist-maker

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.

Homepage: screenshot of Playlist Maker homepage

Example Results Page: screenshot of Playlist Maker Madonna results

Website uses Story theme by HTML5UP, an Alice Moore image from Unsplash, and content from Spotify.