Skip to content

Scrape top 100 songs based user's input (date) and add them to spotify

Notifications You must be signed in to change notification settings

MZ071999/PYTHON_BILLBOARD_TO_SPOTIFY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#Flow:

  1. Asks user which year they want the songs from
  2. Get request to https://www.billboard.com/charts/hot-100 + {user's input date}
  3. Scrape the data and get all the title text
  4. Make a call to spotify API
  5. Create a new playlist containing all the songs

End-Result: Screenshot (239)

About

Scrape top 100 songs based user's input (date) and add them to spotify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages