Generates a spotify playlist based on the weather at a current location.
To generate songs based off of the weather: (website in progress)
To make an actual spotify playlist: For now, to run the python script, the user must enter their spotify username as the first argument and zipcode as the second argument of the file. Ex. python3 create_playlist.py (username) (zipcode).
- Python3
- Weather API
- HTML
- CSS
- JavaScript
- pip
pip install spotipy --upgrade
Next, we want to connect the python script to the backend of the website through flask so that the user can generate the playlist through the designated website.
Panthita Triamkitsawat - email
Project Link: Spotify Weather Playlist