https://github.com/findus23/spotifystats
https://github.com/findus23/spotifystats
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/findus23/spotifystats
- Owner: Findus23
- Created: 2020-07-04T10:20:52.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-12-03T16:51:35.000Z (over 5 years ago)
- Last Synced: 2025-01-23T22:25:02.509Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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