Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 547 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 547 Bytes

Spotify Logger

A script for tracking Spotify play history. This script uses API polling to get what a user is currently playing and saves it into a Redis database for further processing.

For an explanation of how this project was done, here is a link

Tools

  • redis-py Redis client in Python, used for storing listening history.
  • requests for sending requests to the Spotify API.