rootshellz / Beatporter

Scrape Beatport charts and add songs to Spotify playlists
MIT License
35 stars 6 forks source link

Implement playlist caching #6

Closed rootshellz closed 3 years ago

rootshellz commented 3 years ago

This should provide a major speed and efficiency boost. We were previously iterating over each entire the playlist from the Spotify API once per track, this is insane. We now read each playlist just once per run.