vspinu / betfairly

R betfair api
2 stars 3 forks source link

This project is obsolete. As of November 10th, 2014, Betfair drooped support for the old version of their API. This package doesn't support the new generation API.

Have a look at abettor which seems to address new API.

Access Betfair API from R

The betfairly package allows to access most of the Betfair API directly from R. The free API is fully implemented. For the description of payed and free access types check this page.

Details

For the list of all implemented functions and the details of the current development status please see the todo.

For the basic usage please see examples.R.

Make sure that you have read the betfairly-package section from the manual. before you start using it.

Instalation

You can install the most recent version of the spackage directly from github with devtools package:

library(devtools)
install_github("betfairly", "vitoshka")

Reporting Bugs

Before reporting bugs please see the relevant section in the official Betfair <a href="https://docs.developer.betfair.com/betfair/">documentation and ensure it's not a betfair service issue. Known issues are documented for each Betfair API action. See also the FAQ page.

Disclaimer

The betfairly package is provided with absolutely no warranty. The documentation of the functional API is an adapted and abbreviated version of official Betfair documentation. Please refer to it for the complete reference.