Count Player Hands with API

For general discussion of the Poker Mavens software
Post Reply
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Count Player Hands with API

Post by Kent Briggs »

Note: my host provider moved my server today and somehow this topic got corrupted as I tried replying earlier. All I have for it is the last post:
The code may be complicated. If you're not a programmer, you'll probably need to hire one. But in general, you would loop through the hand history text looking for these lines:

Seat x: name (balance) - message

where x is 1 to 10. If there is a message then the player is either "waiting for big blind" or "sitting out" so you may not want to count those. Anyway, get the name and then update whatever database you are using to track the count.
Win4fun
Posts: 29
Joined: Tue Jul 02, 2013 12:51 pm
Contact:

Re: Count Player Hands with API

Post by Win4fun »

I can create a way of tracking how many hands a player's played and other information like their profit, largest pot won and rake contribution. If you're interested post here or add my skype "Win4fun44".
Post Reply