Musical Time Machine (Python with Spotify API)
Developed a Python program that generates a Spotify playlist of the top 100 songs from Billboard's Hot 100 chart for a user-specified date. The program scrapes the Billboard website to get the song list for the given date, uses the Spotipy library (a Python client for the Spotify API) to search for the songs on Spotify, and creates a new private playlist with the found tracks.
Check Out Repository