Skip to content

A script that scrapes a cricket scorecard given the URL and computes the batting `partnerships` of the match.

Notifications You must be signed in to change notification settings

RaghavRamesh/Scorecard-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scorecard-Scraper

What is it?

A script that scrapes a cricket scorecard given the URL and computes the batting partnerships of the match.

But why?

Partnership is a metric used to analyse a team's performance in a cricket match.

How to run?

Run node scraper.js 'url'

where 'url' is of format 'http://seasonedprosg.com/Scorecard2015?Live=0&id=1200'

Output

The script creates JSON files in ./data/ folder.

About

A script that scrapes a cricket scorecard given the URL and computes the batting `partnerships` of the match.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published