Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function to help periodically collect data #10

Open
durtal opened this issue Mar 4, 2016 · 1 comment
Open

function to help periodically collect data #10

durtal opened this issue Mar 4, 2016 · 1 comment

Comments

@durtal
Copy link
Owner

durtal commented Mar 4, 2016

create a single function which could be used to help periodically collect betfair market data, similar to the process found in vignette two

@durtal
Copy link
Owner Author

durtal commented Mar 22, 2016

Function is being worked on, not yet exposed, can be seen (commented out) here

One issue I encountered when retrieving data for all horse racing markets (marketFilter(eventTypeIds = 7)), is request limits. Not immediately within the function (here), but when I double check whether the markets are still active this section.

Might be a case of moving this available_markets check into the else statement (as this is loading pre-collected markets).

May also be a case of actively restricting the number of markets the function tries to collect at one time, at the moment the maxResults parameter allows the user to set this argument, but it could be hard coded within the function (meh).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant