Spotify Rewrapped generates an image summing up 2022 from your Spotify data. I got inspired by this Reddit post and decided to implement my own plots using python.
First of all you need to download your Spotify detailed data from the Spotify privacy settings. This process can take up to 30 days to complete.
- Download the latest version from the releases tab on this repo.
- Unzip.
- Run SpotifyRewrappedGUI.exe
- Fill the input path (path where your StreamingHistory.json is located) and the output path (where spotify-rewrapped.png will be generated)
- Optionally, fill out your timezone with quotes (otherwise defaults to UTC). Wikipedia listed timezones under 'TZ Database Name' column.
- Generate
- You need to clone this repo (or download as ZIP) and run the python code.
- Install python dependencies
pip install -r requirements.txt
- Run linux.py
for example:
python3 ./linux.py <input_path> <output_path> <timezone>
python3 ./linux.py /mnt/d/spotify_data /mnt/d/images 'US/Pacific'