realpython / list-of-python-api-wrappers

List of Python API Wrappers and Libraries
2.08k stars 406 forks source link

Spotify API's out of date #64

Closed Dtphelan1 closed 5 years ago

Dtphelan1 commented 5 years ago

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!

mjhea0 commented 5 years ago

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

Dtphelan1 commented 5 years ago

Can do!

mjhea0 commented 5 years ago

https://github.com/realpython/list-of-python-api-wrappers/pull/65