Count Player Hands with API
Posted: Sun Jan 26, 2014 12:56 pm
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.