A web scraper that scrapes details of BatsMan of each team that played in an ipl.
- Cheerio: To parse the extracted data via CSS Selectors
- Request package: To make parallel requests to the server
- FS: To create directories of each team
- XLXS: To create excel file for each Player
Nodejs, Expressjs
- Star the repository
- Fork and Clone the repository on your system
- Run npm install
- Run node main.js
This would create ipl folder in your current directory and start scrapping the data available on the site in the specified format