realpython/list-of-python-api-wrappers

Spotify API's out of date

Dtphelan1 opened this issue · 3 comments

Hey Devs!

Just wanted to let you know that your listed Spotify API is out of date. Specifically, the API was dependent on a library called 'libspotify' which is no longer maintained; so by transitive property... you get the picture.

I can't attest to its effectiveness but I have seen the library spotipy referenced as a powerful wrapper around the spotify API. Might be a good replacement.

Thanks for the great resource!

  • Dylan

Thanks! Want to issue a PR removing the current Spotify API and adding in https://github.com/plamere/spotipy?

Can do!