-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix pokerstars hand history parser for cash game #41
Conversation
Seems that just the timestamp has change in hand history. So all hands are updated with the assumed new version. But schema of the hand content is not tested yet.
@kissgyorgy |
Hi! So instead of changing the old hand histories format, would you add the new histories? Both should be parsed successfully. |
@@ -37,7 +37,7 @@ | |||
long_description=Path("README.rst").read_text(), | |||
classifiers=classifiers, | |||
keywords="poker", | |||
author="Kiss György", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't do that.
Sorry for that change of youre name. I just need a fast fix while during building docker containers I had errors with the non-ascii char. |
This would mean the user of this library should be able to understand the exact hand history format. The whole point of this library is to include this knowledge, so it's easy to parse hand histories. I understand this would be much effort though! Thank for your contribution anyway, I will try to cherry-pick some of your ideas. |
As discussed here Issue-37 I started to fix the hand history parser for pokerstars. I think some further testing is needed, but may you can start with code review and may support me in testing.
Cash game hand samples are added.