codesue / playlist-maker

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

Home Page:https://codesue-playlist-maker.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

https://codesue-playlist-maker.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:CSS 53.2%Language:SCSS 32.2%Language:JavaScript 10.3%Language:HTML 3.4%Language:Python 0.9%