Difference between revisions of "Spotify Playlist Generator"

From vjmedia
(Created page with "'''Peter's Playlist Generator''' allows users to build their own custom spotify playlists! This code first uses spotify's client credentials flow to access simple functions l...")
 
Line 2: Line 2:
  
 
This code first uses spotify's client credentials flow to access simple functions like song recommendations and search from spotify's API.  
 
This code first uses spotify's client credentials flow to access simple functions like song recommendations and search from spotify's API.  
 +
 
[[File:Client_credentials_flow.PNG]]
 
[[File:Client_credentials_flow.PNG]]
  
 
Then, the code uses spotify's authorization code flow to gain access to a user's playlists to add songs.
 
Then, the code uses spotify's authorization code flow to gain access to a user's playlists to add songs.
 +
 
[[File:Authorization_code_flow.PNG]]
 
[[File:Authorization_code_flow.PNG]]
  

Revision as of 14:34, 13 October 2021

Peter's Playlist Generator allows users to build their own custom spotify playlists!

This code first uses spotify's client credentials flow to access simple functions like song recommendations and search from spotify's API.

Client credentials flow.PNG

Then, the code uses spotify's authorization code flow to gain access to a user's playlists to add songs.

Authorization code flow.PNG

Check out the code: https://github.com/petmurr/spotify_playlist_generator


Video Demonstration