Skip to content

knkarthik/billboard_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages