Couple questions - I assume that all hands played are stored in a database somewhere, right? Where is that? And is the database format defined along with the queries you'd use to access it?
I'd be interested in writing my own hand history viewer, but not sure where to start. Does anybody have anything they'd be willing to share as a starting point (even if it's very basic)?
Hand History storage and custom program to access it?
-
- Posts: 9
- Joined: Mon Jan 22, 2024 5:50 pm
-
- Site Admin
- Posts: 5932
- Joined: Wed Mar 19, 2008 8:47 pm
Re: Hand History storage and custom program to access it?
They are stored on the server as plain text files in your data folder inside the HandHistory subfolder. They can be fetched via the API or just opened directly. In version 7, click the Data Folder button in the PM Service Manager.
Re: Hand History storage and custom program to access it?
can I fetch them as a player?
-
- Site Admin
- Posts: 5932
- Joined: Wed Mar 19, 2008 8:47 pm
Re: Hand History storage and custom program to access it?
No, unless the site owner sets up a public page with API functions to do it.