A dashboard I'm making for people to visualize their Spotify songs, artists, albums, and more
- Python
- Pip
- Register Application and obtain Spotify API Credentials: https://developer.spotify.com/documentation/general/guides/app-settings/#register-your-app
- Clone the repository
- cd into the root directory of the repo
- Run the following (replace the XXXXX with the credentials you obtained)
touch .env
echo "SPOTIPY_CLIENT_ID=XXXXXXXXXX" >> .env
echo "SPOTIPY_CLIENT_SECRET=XXXXXXXXXX" >> .env
- Run the following
pip install -r requirements.txt
python server.py
- Go to your browser and go to: http://localhost:8080
Not accepting pull requests at the moment. Please fork the repo if you want to do development