This repository provides a simple application to approximately recover your year's Wrapped.
.env- All of the api lookups assume that you have a file with the environment variables.spotify_client.pyhandles the spotify lookupsspotify_unwrapped.pyanalyses the spotify data
- separate out the analysis into a different class and add exact and estimation mode.
spotify_stream_analyser.py- analyses the spotify data in a streaming fashion
Input artist Dave is an incorrect lookup.
This is a problem for other artists such as Spice and Beck.
Instead, we will look up an artist by trackName.`
- Spotify yearly streaming data
- Install the requirements and run
streamlit run app.py