bet: Betfair API bindings. Bet on sports on betting exchanges.

[ library, mit, network ] [ Propose Tags ]

This library contains Haskell bindings to the Betfair API.

https://developer.betfair.com/default/api-s-and-services/sports-api/sports-overview/

At the moment, the 'Betting API' and 'Heartbeat API' is implemented. The 'Accounts API' is not.

See Network.Betfair.

CAUTION: These are experimental bindings. Because of the financially dangerous nature of betting, I advice you to have a contingency plan if something in the library breaks down.

In particular, check the Betfair API documentation page for which version it is at the moment. This library is written against version 2.1.

This library enforces limits on the number of calls you can do to Betfair API in a second, to help you avoid data charges. See Network.Betfair.Unsafe.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
toys

Build toys; to test if things work

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.1.2.3
Dependencies aeson (>=0.8.0.2 && <1.0), base (>=4.7 && <5.0), bet, bifunctors (>=4.2 && <5.0), bytestring (>=0.10 && <1.0), containers (>=0.5 && <1.0), exceptions (>=0.6 && <1.0), HsOpenSSL (>=0.11 && <1.0), http-client-openssl (>=0.2 && <1.0), lens (>=4.6 && <5.0), mtl (>=2.1 && <3.0), pipes (>=4.1.3 && <5.0), pipes-http (>=1.0.1 && <2.0), semigroupoids (>=4.2 && <5.0), semigroups (>=0.15.4 && <1.0), text (>=1.2 && <2.0), time (>=1.4 && <1.5) [details]
License MIT
Copyright Copyright (C) 2014-2015 Mikko Juola
Author Mikko Juola
Maintainer mikjuo@gmail.com
Category Network
Home page https://github.com/Noeda/bet/
Source repo head: git clone https://github.com/Noeda/bet.git
Uploaded by Adeon at 2015-02-25T23:23:02Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables login-test
Downloads 4391 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for bet-0.1.2.1

[back to package description]

Build Status

This library contains Haskell bindings to the Betfair API.

https://developer.betfair.com/default/api-s-and-services/sports-api/sports-overview/

At the moment, the 'Betting API' and 'Heartbeat API' is implemented. The 'Accounts API' is not.

See "Network.Betfair".

CAUTION: These are experimental bindings. Because of the financially dangerous nature of betting, I advice you to have a contingency plan if something in the library breaks down.

In particular, check the Betfair API documentation page for which version it is at the moment. This library is written against version 2.0 exactly.

This library enforces limits on the number of calls you can do to Betfair API in a second, to help you avoid data charges. See "Network.Betfair.Unsafe".