Spotify Playlist Generator

From vjmedia

Peter Murray MU2300 Final Project October 13, 2021

Peter's Playlist Generator allows users to have more control over building their own playlist!


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 and some more info on the notebook I used: https://github.com/petmurr/spotify_playlist_generator


Video Demonstration