dishwasher-detergent / sprobble.xyz

Track your Spotify plays!
https://sprobble.xyz
MIT License
5 stars 1 forks source link

All History #2

Open dishwasher-detergent opened 1 year ago

dishwasher-detergent commented 1 year ago

Research ability to fetch all history from creation date of spotify account. Could use the before param of this endpoint (https://developer.spotify.com/documentation/web-api/reference/get-recently-played).

Fetch most recent, then use the played_at attribute to start the next search.

DrKain commented 1 year ago

Last I checked this unfortunately wasn't possible through the API. You can request some of your data through Spotify but this is still limited to roughly 1 year and even then it's missing a lot of essential data like album info.
Requesting your data through Spotify also takes a week or two, not ideal.

dishwasher-detergent commented 1 year ago

Yea, I think you're right. :( Bummer.