Page 1 of 1
Table statistics live
Posted: Thu Feb 11, 2021 5:55 pm
by grandscraperg
Hi Guys!
Is it possible to fetch live statistics for each table?
For example i want to know
Avarage pot per table
Bet % in Flop, Turn, River per table
Hand played an our per table
Thanks
Re: Table statistics live
Posted: Thu Feb 11, 2021 5:56 pm
by grandscraperg
grandscraperg wrote:Hi Guys!
Is it possible to fetch live statistics for each table? like an api or some easy method ?
For example i want to know
Avarage pot per table
Bet % in Flop, Turn, River per table
Hand played an our per table
Thanks
Re: Table statistics live
Posted: Thu Feb 11, 2021 6:39 pm
by Kent Briggs
You would need to write custom code for that, using the callback event system to get notified of each hand, then the API to fetch the hand handhistory, code to analyse what occurred, and then storage into a database.
Re: Table statistics live
Posted: Fri Feb 12, 2021 4:02 am
by grandscraperg
Kent Briggs wrote:You would need to write custom code for that, using the callback event system to get notified of each hand, then the API to fetch the hand handhistory, code to analyse what occurred, and then storage into a database.
Thanks for replay!:)
Is this something that i can request in wish list? is it hard to do ?
Re: Table statistics live
Posted: Fri Feb 12, 2021 10:32 am
by Kent Briggs
grandscraperg wrote:Is this something that i can request in wish list? is it hard to do ?
The Wish List section is for new program features. The API already exists. You need to hire a programmer if you want custom API code written for your site.