jfiedler5
jfiedler5
Same here: self._header_re returns unexpectably: `re.compile('\n ^PokerStars\\s+ # Poker Room\n Hand\\s+\\#(?P\\d+):\\s+ # Hand history id\n , re.VERBOSE)` and list self._splitted returns only 1 value, the name of .txt file.
Sounds great! I will be happy to give a feedback once working with the new version. Unfortunately, I'm not able to help much more. I attach a Pokerstars Cash game...
As far as I can tell, there's still the same problem with regex Johnpc123 mentioned.
Okay, there was a mistake on my side - header parsing and most of the others work! I've made an adjustment on line 261 of pokerstars.py - changed type from...
I would really appreciate this feature! :)
Hi, has this progressed? With an input of a hh file containing multiple hands, I would be very grateful for the ability to write data of hands that fulfil some...
You might find helpful my lightweight solution making changes to the parse() method. After calling parse(), now it goes through each hand and writes the variables you want to a...