amankhoza / betfair-machine-learning

A collection of python scripts to collect, clean and visualise odds for football matches from Betfair, as well as perform machine learning on the collected odds.
29 stars 13 forks source link

Only fetch data for upcoming games #2

Closed amankhoza closed 7 years ago

amankhoza commented 7 years ago

So maybe only fetch data for games taken place today. This prevents lots of extra data files for games which are taking place in the future.

Maybe even edit the filter so that for each game you guarantee that you only get odds for x hours before game till end of game, that way you can leave script running constantly and data files won't be too big.