Pringleman83 / SportsBook

A sports data scraping and analysis tool
GNU General Public License v3.0
82 stars 38 forks source link

Development #70

Closed Pringleman83 closed 5 years ago

Pringleman83 commented 5 years ago

Implemented threaded scraping. This means that several leagues can be scraped at the same time. Speeds up the process if the scraped site allows it.

Removed post game data fields (such as home and away results, both scored etc.) from the generated predictions and added them at dataframe creation.

Fixed a bug in the BetStudy scraper code that caused a crash when a non numeric date and time was scraped.

Removed unnecessary counting variables from both scrapers.