Scraper that will analyze a folder of log files similar to this one.
Shanky Technologies Holdem Version 4.7.3: Hand: Ad Kh
Players = 8 have AK
Raise if no raises but fold if 2 raises cold else play
hands played in session = 27
in timer: players = 8, folds in game= 5, raises = 0, checks = 0, calls = 2, bets = 0, folds = 5
casino = FT 9 Max, game = No Limit Cash, BB = 0.10, Pot = 3 BBs, Stack = 3.93, TI = 0 BBs
In Small Blind
Matching user defined condition at line 181, Action = raise 5 force
typing 0.60
clicking Raise
Flop: Kd 5d Ac
Board: 2 suits no possible straight
have two pair including top pair
in timer: players = 8, folds in game= 7, raises = 0, checks = 0, calls = 0, bets = 0, folds = 0
casino = FT 9 Max, game = No Limit Cash, BB = 0.10, Pot = 13 BBs, Stack = 3.38, TI = 5 BBs
opponents = 1, position = first
Raise
Matching user defined condition at line 262, Action = raise 66% force
typing 0.89
clicking Bet
Turn: Kd 5d Ac 2h
Board: No Pair possible straight (up to two of one suit), two cards needed to make straight
have two pair including top pair
in timer: players = 8, folds in game= 7, raises = 0, checks = 0, calls = 0, bets = 0, folds = 0
casino = FT 9 Max, game = No Limit Cash, BB = 0.10, Pot = 30 BBs, Stack = 2.49, TI = 14 BBs
opponents = 1, position = first
Raise if no raises
Matching user defined condition at line 323, Action = raisemax force
clicking MAX
clicking Bet
Dealer: GOODGUY wins the pot ($2.97)
The scraper will create somekind of CSV file with the line executed and the amount won (negative when someone else wins it)
One of the inputs should be the person’s username, and another the folder with the files (or just place application with logs).
The file to be created will look something like this.
181,2.97
262,2.97
323,2.97
An example log is attached.
This application should be simple for a person with knowledge, written in any language.
This will be an application of continual development.