pokerregion / poker

Poker framework for Python
https://poker.readthedocs.org
MIT License
339 stars 130 forks source link

888Poker Parser #24

Open MichalKononenko opened 8 years ago

MichalKononenko commented 8 years ago

I want to use this library to parse 888poker hand histories, and I'm going to do my best to build a parser for them, but I have no experience working with parsers, and little with regex. Poker Copilot is great for live analytics, but it expresses hands only as the initial BB, not the M score of each hand.

kissgyorgy commented 8 years ago

The new parser is in a huge refactoring state and currently doesn't work. When I finish, I let you know and we can work something out. Until that, I suggest that you attach some hand history (maybe even in a .zip) files to this issue.

MichalKononenko commented 8 years ago

Here you can find the hand histories for my previous 5 tournaments. 888 gives you a hand history as well as a tournament summary. Excuse the fish-like level of poker proficiency. Would some recorded replays from my poker tracker help as well? SampleHandHistories.zip

kissgyorgy commented 8 years ago

Would some recorded replays from my poker tracker help as well?

This will be sufficient for now, thanks!!