Spotify Playlist Generator

From vjmedia
Revision as of 14:34, 13 October 2021 by Pnmurray (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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