My Spotify Wrapped
I created this script since a good friend of mine was not satisfied with the content of this years (2022) Spotify Wrapped content. So this script converts the data Spotify gathers from you into a nice visual representation in the form of a html document. It relies on the personal data disclosure you can request from Spotify via this page. You can request this at any time thanks to the European GDPR (General Data Protection Regulation).
Usage
- Clone this repository
- Install dependencies
- Request your personal data including streaming history from Spotify
- Unpack archive you got form Spotify
- Execute the script
python main.py -d PATH_TO_STREAMING_HISTORY_JSON -s PATH_TO_OUT_FOLDER
Upcoming
- Executable for every major operating system
- Maybe webapp