Bello-Bello / p1m1-solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 81.0%Language:HTML 13.6%Language:CSS 5.4%