Table statistics live

For discussion of the Poker Mavens server module and other administration topics
Post Reply
grandscraperg
Posts: 29
Joined: Sat Sep 19, 2020 7:37 am

Table statistics live

Post 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
grandscraperg
Posts: 29
Joined: Sat Sep 19, 2020 7:37 am

Re: Table statistics live

Post 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
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Table statistics live

Post 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.
grandscraperg
Posts: 29
Joined: Sat Sep 19, 2020 7:37 am

Re: Table statistics live

Post 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 ?
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Table statistics live

Post 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.
Post Reply