/exportify

Export Spotify playlists using the Web API. Analyze them in the Jupyter notebook.

Primary LanguageJupyter NotebookMIT LicenseMIT

Welcome!

I have always loved finding new musics and learning more about my tastes. As a computer science major, I have been looking for a project to develop my skills. Analyzing my Spotify track trends seemed like the perfect combination. I forked the repository from pavelkomarov who built off the Exportify project from watsonbox.

My goal is to develop my own analysis to learn more about data visualization and eventually machine learning. I am directly using pavelkomarov's code to export csv files from Spotify.

Stay tuned for updates!

To Do

  • Start a notebook
  • Clean up webpage

Skills Learned

  • Markdown

Analysis Updates

  • The notebook currently does not exist...

Export Format

Track data is exported in CSV format with the following fields:

  • Spotify ID
  • Artist IDs
  • Track Name
  • Album Name
  • Artist Name(s)
  • Release Date
  • Duration (ms)
  • Popularity
  • Added By
  • Added At
  • Genres
  • Danceability
  • Energy
  • Key
  • Loudness
  • Mode
  • Speechiness
  • Acousticness
  • Instrumentalness
  • Liveness
  • Valence
  • Tempo
  • Time Signature