pj4533 / PokerNowGrabber

Save hand histories while you play PokerNow.club
16 stars 4 forks source link

Ability to process log files #6

Closed simons-plugins closed 3 years ago

simons-plugins commented 3 years ago

Not sure how you are capturing what is happening to convert into the pokerstars format, but if its like the way that pokernow stores its logs, would it be possible to run this against log files we have downloaded? It would be great to be able to process my last 6 months of weekly games to get an instant history.
Thanks

pj4533 commented 3 years ago

Sure, if you are on a Mac, you can use this project to bulk process them all: https://github.com/pj4533/pn2ps

If not on a Mac (or don't like CLI programs), you can use this website to do them one at a time: http://pokernowconvert.herokuapp.com

All three use the same shared codebase to do the conversion, which is open sourced here: https://github.com/pj4533/PokerNowKit