dharmendrasahu1999 / cricInfoWebScrapping

A web scraper that scrapes details like runs, balls faced, boundaries, etc. of Batsmen of each team that played in a particular IPL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CricInfo-WebScraper

Built a web scraper that scrapes details like runs, balls faced, boundaries, etc. of Batsmen of each team that played in a particular IPL. Handles multiple requests parallelly and presents data in an organized manner.

REQUEST package was used to make parallel requests to the server and

CHEERIO is used to extract data out of it

Node.js FS module is used to create directories of each team and

XLSX module is used to create excel files for each player

About

A web scraper that scrapes details like runs, balls faced, boundaries, etc. of Batsmen of each team that played in a particular IPL.


Languages

Language:JavaScript 100.0%