Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Simple Python web app for converting a phrase into a list of Spotify tracks.

Notifications You must be signed in to change notification settings

leonblumenthal/spotify_phrases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Phrases

This is a simple web app for converting a phrase into a list of Spotify tracks.

Screen Shot 2021-10-07 at 19 52 07

How to run locally

Python 3.9+ is required !

  1. Create a virtual environment:python -m venv venv (optional)
  2. Source virtual environemnt: source venv/bin/activate (optional)
  3. Install required packages: pip install -r requirements.txt
  4. Create .env file based on template.env with Spotify credentials
  5. Start Flask app: flask run

About

Simple Python web app for converting a phrase into a list of Spotify tracks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published