So this was a quick little project, to kickstart some Python based projects. As I had a few python projects that I needed to do for university, starting out with some fun projects was a good way to start!
Basically the program, scrapes from billboard , and specifying an input date to the program. This will collect the top 100 songs from that specific week.
After the webscraping is complete, a csv of song and artist names are generated, this is then passed into the Spotify API.
After logging into your account, the program is now able to create playlists featuring the top 100 songs of the input date. This is accessible within a few seconds from any of your devices. Great for setting up the mood of a party, and even going back through the decades of the top hit songs.
You can check out my implementation here.