Pringleman83 / SportsBook

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

Store fixtures based on date #33

Closed Pringleman83 closed 5 years ago

Pringleman83 commented 6 years ago

The fixture scraping process currently scrapes the next 15 fixtures for each league. All of these fixtures are stored in the fixtures list.

As dates are also scraped, this can and should be tidied up so that fixtures within a specific date range are saved only. This should be the next 7 days by default, but the idea is open for discussion and ideas (could load all fixtures from the next three available dates).

Pringleman83 commented 5 years ago

This issue is now resolved. All fixtures are scraped and the date range can be adjusted to trim the fixtures displayed.