Skip to content

rollingsun/BillboardScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

BillboardScraper

This scraper downloads the list of top-100 songs on (www.billboard.com) the dictionary generated can be stored in various formats

##Installation If you’re already familiar with installation of Python packages, you can install Scrapy and its dependencies from PyPI with:

pip install Scrapy

##Running the scraper

Open terminal in the same directory in which project is stored and type

scrapy crawl billboarder -o top-100.json

top-100 can be replaced by any file name you want.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published