Skip to content

hkallam/corona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraping coronovirus data from worldometer

Scrapy spider code to extract covid-19 coronavirus outbreak.

Usage:

To crawl and download the table into a csv file, use the following command:

scrapy crawl coronavirus -o corona.csv

Other:

To generate the basic spider, use the following command

scrapy genspider coronavirus "www.worldometers.info/coronavirus"

Troubleshooting the xpath and setup

scrapy shell "www.worldometers.info/coronavirus"

About

Scraping covid-19 coronavirus data from worldometer website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages