Track your Spotify play history by fetching recently played tracks and storing them locally. Version 0.0.18 is in early development; releases are sporadic.
pip install spotifytrackerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example: authenticate and start tracking play history.
Ensure your Spotify app has the scope enabled and you pass correct credentials.
Wrap with timeout or run in a separate thread if non-blocking behavior is needed.
Use 'access_token' instead of 'token' when instantiating SpotifyTracker.