8000 GitHub - SHROUD1995/playlist-maker: A web app that lets you make a Spotify playlist with songs by artists who are similar to your favorite artist.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SHROUD1995/playlist-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 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.

About

A web app that lets you make a Spotify playlist with songs by artists who are similar to your favorite artist.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0