jsubroto / billboard-hot-100-web-scraper

Python application which web scrapes Billboard's Hot 100 Chart using BeautifulSoup
MIT License
6 stars 7 forks source link

Request for songs data till 2019 #1

Closed KushRJ closed 3 weeks ago

KushRJ commented 5 years ago

Could you provide the data till 2019? It would be really helpful. Furthermore, could you tell me how do I convert the .json files to a format which can be used by a deep learning model?

Thank You

jsubroto commented 1 month ago

Hi @KushRJ,

You can add the date you want to the URL to get the list for specific dates. I'm not sure about your question on the .json file since my app scrapes the list into a CSV file.