Pringleman83 / SportsBook

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

Development - Now scraping fixtures #28

Closed Pringleman83 closed 6 years ago

Pringleman83 commented 6 years ago

Fixtures are now scraped at the same time as league data.

The main football menu has been tidied up.

The generate predictions on currently loaded fixtures now produces predictions for all fixtures (works with multiple leagues loaded). This uses a different algorithm as the manual game analysis prediction (for now) and is likely to need a lot of work before it becomes accurate.

Completed simplification of the common functions file.

Tidied a few docstrings and typos.