playlist_maker creates a playlist of your favorite songs on Spotify!!!
Use the package manager pip to install spotipy before running the code
pip install spotipyIn the terminal, do npm start to start the server. Run main.py to make a Spotify playlist containing all your most-played songs.
Input your Spotify user ID.
For example, my Spotify URI is: "spotify:user:yridp68vzs69q3cn7rdijnyo4" My user ID would be "yridp68vzs69q3cn7rdijnyo4"
Afterwards, input the link to the page you got redirected to in the terminal you ran app.py twice. (This is because it makes two token requests for permissions).
In the future, we hope to implement Genius' api so you can see the lyrics of your favorite songs.
We hope to make the process not require the user to copy paste the links.
We also hope to update the front end so the user has more feedback.