knkarthik / billboard_scraper

Python web scraper for Billboard's Hot 100 Chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python web scraper for Billboard's Hot 100 Chart


Languages

Language:Python 100.0%