1
0
Fork 0
mirror of https://github.com/Findus23/spotifystats.git synced 2024-09-19 14:43:46 +02:00
spotifystats/README.md

27 lines
678 B
Markdown
Raw Permalink Normal View History

2020-07-04 12:20:02 +02:00
# 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 your `MyData` folder
- run `spotifystats.py`
### Dependencies
- python 3.7 or newer
- matplotlib