mirror of
https://github.com/Findus23/spotifystats.git
synced 2024-09-12 06:43:44 +02:00
678 B
678 B
Spotify Stats
a very simple python script to analyse hours listened by day and most played songs
How-To
- Request your account data from https://www.spotify.com/us/account/privacy/
- confirm the E-Mail
- up to 30 days later you will get a zip file containing a
MyData
folder containing files similar to those:- Follow.json
- Payments.json
- Playlist1.json
- Read_Me_First.pdf
- SearchQueries.json
- StreamingHistory0.json
- StreamingHistory1.json
- Userdata.json
- YourLibrary.json
- download the
spotifystats.py
file - edit the
BASEDIR
path to yourMyData
folder - run
spotifystats.py
Dependencies
- python 3.7 or newer
- matplotlib