Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.44 KB

File metadata and controls

44 lines (34 loc) · 1.44 KB

Spotify-Weather-Playlist-Generator

Introduction

Generates a spotify playlist based on the weather at a current location.

Usage

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).

Built With

Frontend

Backend

Requirements

  • pip
    pip install spotipy --upgrade

Next Step

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.

Contact

Vincent Zhang - email

William Zeng - email

Panthita Triamkitsawat - email

Project Link: Spotify Weather Playlist

Acknowledgments