Pringleman83 / SportsBook

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

Development #76

Closed Pringleman83 closed 5 years ago

Pringleman83 commented 5 years ago

Commit Date: 12-11-18

Implemented results filtering by date with a few new functions to deal with them.

Moved the visual_comparison function to a new visuals.py file. The file will be used for all visual representations.

Renamed the game_range object to future_range so that it can be related to the newly required past_range(for results).

Tidied the reports menu (slightly).

Updated most of the docstrings.

I've ran quite a few tests and all seems well. Please report any issues!

Commit Date: 12-11-18

Improved data management (all main data is now carried in the football_data dictionary).

Fixed a bug where a manually generated prediction had a typo in one of the prediction dictionary keys.

Commit Date: 12-11-18

Fixed the big SoccerStats bug so that all leagues are now scraped despite the webpage format.

Implemented a system to manage and display results. Option 8 in reports. Not much use right now.

Upgraded the display_fixtures function so that league headings are displayed.