Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 479 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 479 Bytes

Python web-scraper for Billboard's Hot 100 Chart using Scrapy.

How to use:

  1. Install scrapy

  2. Clone the repo

  3. 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.

csv Headers:

  • Song name
  • Artist name
  • Last week position
  • Peak position
  • Weeks on chart