spotipy-dev / spotipy

A light weight Python library for the Spotify Web API
http://spotipy.readthedocs.org
MIT License
4.99k stars 954 forks source link

Any way to play a playlist? Without premium if possible. #1139

Closed DogeLord081 closed 3 months ago

DogeLord081 commented 3 months ago

I'm looking for any ways to play songs in Spotify with this API without premium, and I was hoping that at least playing a playlist doesn't require premium.

dieser-niko commented 3 months ago

Sorry, Spotipy can't help you with that. The documentation clearly specifies a premium account as a requirement. There are other ways via the api-partner.spotify.com endpoint, but that requires a user token and so much more, that I personally wouldn't recommend spending time on it.