Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.
/ playlist-maker Public archive

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

License

Notifications You must be signed in to change notification settings

codesue/playlist-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.