Skip to content

v1tal303/spotify-top100-playlist-by-date

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Top 100!

Gets Top 100 songs for a user-specified year-month-day, and builds a Spotify playlist.

This python script prompts the user to input the YYYY-MM-DD that would be used to generate a billboard link (https://www.billboard.com/charts/hot-100/{YYYY-MM-DD}). This link will be used with GET method with requests module to retrieve the raw HTML. Later the BeautifulSoup module is used to scrape the artist's name and song name that would be stored in a song dictionary.

Alt text

Spotify API setup for the account is required to retrieve the keys that are used to search for songs URI's using the artist:song dictionary. The script will prompt the user if the song/artist could not be found and will skip to the next one down the list. After the script has gone through the list, a spotify playlist will appear in the account.

Alt text

About

Spotify Top 100 playlist generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages