HackerSpace-PESU/Best11-Fantasycricket

[FEATURE] Add wicket keeper crawler to the webcrawler

Closed this issue · 0 comments

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

  • catches
  • stumpings

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