HackerSpace-PESU / Best11-Fantasycricket

Predicting the Best 11 for a fantasy cricket game
GNU Affero General Public License v3.0
24 stars 17 forks source link

[FEATURE] Add wicket keeper crawler to the webcrawler #44

Closed roysti10 closed 3 years ago

roysti10 commented 3 years ago

Is your feature request related to a problem? Please describe. The crawler currently only crawls for new players , and match ids. The web crawler also needs to crawl for wicketkeeping stats

Describe the solution you'd like Extend function parse_scorecard in crawler/cricketcrawler/cricketcrawler/spiders/howstat.py to wicketkeeping and get the following

Additional context Crawler can be found in feature-webcrawler branch of the repo. Crawler is built using scrapy