Is it possible to perform a non interactive (bot) login for iphone without betfair SDK?

199 Views Asked by At

Non interactive login in betfair

Is it possible to perform a non interactive (bot) login for iphone without betfair SDK?

2

There are 2 best solutions below

0
On

Yes you can - the API is not greatly documented, but you can find the direct HTTP requests when you look into the JavaScript API:

https://api.developer.betfair.com/services/webapps/docs/display/1smk3cen4v3lu3yomq5qye0ni/Javascript

0
On

sure it is possible. i guess you want to get into millionaire's club :)

0) i will assume that you already have betfair developer account & registered application

1) clone betFairNonInteractive project

2) follow the steps at BETFAIR's Non-Interactive (bot) login to generate certificates

3) import client-2048.crt & client-2048.pkcs12 into the sample project

betfair non-interactive (bot) login

4) update the certificatePassword value in Networking.m class with password used during certificate generation process

5) update BETFAIR_appKey, BETFAIR_product, BETFAIR_username, BETFAIR_password values in BETFAIR_MutableURLRequest.m class

6) build & run - you should get your account details back

7) aping-ios-sdk is well written and good source for learning

8) start reading books on technical analysis ;)