by Guillermo Campos --> Control Spotify playback with python spotipy
![]() |
![]() |
![]() |
---|---|---|
![]() |
![]() |
![]() |
-
Clone repo: https://github.com/memocampos/spotify
-
Create an app on Developer Spotify Dashboard
-
Create
.env
file and type in your Spotify configurations:
SPOTIFY_CLIENT_ID = "xxxxxxxxxxxxxxxx"
SPOTIFY_CLIENT_SECRET = "xxxxxxxxxxxxxxxx"
SPOTIFY_REDIRECT_URI = "http://127.0.0.1:8080"
#####Spotipy is a lightweight Python library for the Spotify Web API. With Spotipy you get full access to all of the music data provided by the Spotify platform. Spotipy's full documentation is online at Spotipy Documentation.