Python web-scraper for Billboard's Hot 100 Chart using Scrapy.
-
Install scrapy
-
Clone the repo
-
From the root of the repo run:
scrapy crawl -a date=2019-01-01 billboard_scraper -o result.csv
if date is not specified it will take the current week.
- Song name
- Artist name
- Last week position
- Peak position
- Weeks on chart