Tag: spotify

  • Automated updating of Spotify playlist of artists with upcoming shows

    3 minutes

    Using the cmf.com’s list of upcoming shows, I created a Python script/class to crawl the list, find matches by band via Spotify’s API, and add songs to a playlist. It also updates a publicly available Google spreadsheet (in theory). I’m still improving it and working on a few things as I migrate and refactor code.…