Setup Instructions

  1. pip3 install Flask python-dotenv requests
  2. Create a .env file in the top-level directory and enter the following as its contents:
export SPOTIFY_CLIENT_ID="<YOUR CLIENT ID>"
export SPOTIFY_CLIENT_SECRET="<YOUR CLIENT SECRET>"
export GENIUS_AUTH_TOKEN="<YOUR GENIUS TOKEN>"

To run the app

  1. Run python3 app.py