A simple script for a custom Spotify Wrapped you can get at any time.
- Request data at https://www.spotify.com/us/account/privacy
- Wait for up to 30 days until they send you your data
- Download your data and unzip it so that you get something like this in this directory:
data/
StreamingHistory0.json
StreamingHistory1.json
StreamingHistory2.json
StreamingHistory3.json
...
.gitignore
main.py
README.md
- Run
python3 main.pyand get some fancy statistics
In the future there will be more statistics, but you can easily add your own.