Skip to content

A dashboard for people to visualize their Spotify songs, artists, albums, and more

Notifications You must be signed in to change notification settings

ibrahiem96/spotify-visualizer-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify-visualizer-dash

A dashboard I'm making for people to visualize their Spotify songs, artists, albums, and more

Pre-requisites

  1. Python
  2. Pip
  3. Register Application and obtain Spotify API Credentials: https://developer.spotify.com/documentation/general/guides/app-settings/#register-your-app

How to Run

  1. Clone the repository
  2. cd into the root directory of the repo
  3. 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
  1. Run the following
pip install -r requirements.txt
python server.py
  1. 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

About

A dashboard for people to visualize their Spotify songs, artists, albums, and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published