Difference between revisions of "Spotify Playlist Generator"
From vjmedia
Line 1: | Line 1: | ||
− | '''Peter Murray MU2300 Final Project''' | + | '''Peter Murray MU2300 Final Project''' October 13, 2021 |
'''Peter's Playlist Generator''' allows users to have more control over building their own playlist! | '''Peter's Playlist Generator''' allows users to have more control over building their own playlist! |
Latest revision as of 20:18, 13 October 2021
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.
Then, the code uses spotify's authorization code flow to gain access to a user's playlists to add songs.
Check out the code and some more info on the notebook I used: https://github.com/petmurr/spotify_playlist_generator
Video Demonstration