
Hello,
Just to get the ball rolling after the daylight robbery at Betfair here is the start of some Python code to access the Betdaq API. It's pretty rough and requires some proper architecture but it's a reasonable start. It currently requires py_curl. At the very least the regular expressions should be useful to somebody.
Change YOURUSERNAME and YOURPASSWORD.
BD_CURL is the main object.
Just in case you've not found it the api docs are here:
http://api.betdaq.co.uk/v2.0/Docs/default.aspx
Cheers,
Toothy.