Designed a WebScraping Program which scraps data of WorldCup -2019 cricket world cup from(cric-info) and stored theinformation in many forms like in:
- .pdf file
- .csv file
- Separate DataFolder for each Team, which contains all the pdfs of that team
- CSV file which contains the data of all the matches placed in WorldCup 2k19
- Separate Pdf for each team which contains all the details of the matches played by that team
- Install node.js
- Install all the dependencies
npm install minimist
npm install axios
npm install excel4node
npm install pdf-lib
node CricInfoExtractor.js --excel=WorldCup2019.csv --dir=WorldCup2019 --url=https://www.espncricinfo.com/series/icc-cricket-world-cup-2019-1144415/match-results
![]() |
![]() |
![]() |
![]() |