Skip to content

pattoM/spotify-playlist-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Playlist Generator

Running the app

  1. Export the flask environment variable export FLASK_APP=app.py
  2. Run with flask run
  3. If debug mode needs to be enabled for dev, export FLASK_DEBUG=1

Note 1: As usual, activate your virtualenvironment and install requirements before attempting to run the app source venv/bin/activate then pip install -r requirements.txt Note 2: Update config with the spotify app client id and client secret values. Update the secret key to a random string while at it too.

Live Demo

https://sample-playlist-generator.herokuapp.com/

About

Generate great playlists on Spotify based on seed tracks, genres, valence etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published