Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-23-2005, 08:00 AM
MolonLabe MolonLabe is offline
Junior Member
 
Join Date: Sep 2004
Posts: 23
Default Software to Read the Party Poker Board

I want to write my own data mining software, but I haven't programmed for awhile so I have a lot ot catching up to do. I already have poker tracker and poker office, but there are certain statistics that I would like to look into that isn't covered by either. (E.G. When a player in first position checks and calls on the flop and turn and then bets on the river - how often is he trying to bluff his way out of a busted draw and how how often was he just slow playing.)


My main programming hurdle is this - for Party Poker and Skins

1. Read the the dealer text box.
2. Read my hole cards by the graphics.
3. Read the chip stack sizes of self and opponents by the graphics

What programming language would be best to do this and what commands would allow me to do this.

Thanks for your help.
Reply With Quote
  #2  
Old 09-23-2005, 08:19 AM
Zapp Zapp is offline
Senior Member
 
Join Date: Jun 2005
Posts: 363
Default Re: Software to Read the Party Poker Board

[ QUOTE ]
I want to write my own data mining software, but I haven't programmed for awhile so I have a lot ot catching up to do. I already have poker tracker and poker office, but there are certain statistics that I would like to look into that isn't covered by either. (E.G. When a player in first position checks and calls on the flop and turn and then bets on the river - how often is he trying to bluff his way out of a busted draw and how how often was he just slow playing.)


My main programming hurdle is this - for Party Poker and Skins

1. Read the the dealer text box.
2. Read my hole cards by the graphics.
3. Read the chip stack sizes of self and opponents by the graphics

What programming language would be best to do this and what commands would allow me to do this.

Thanks for your help.

[/ QUOTE ]

You are doing it the hard way. All of the information you need is written to the hand history file as it happens. No need to mess with reading card images or texboxes or anything. Just parse the hand history file.
Reply With Quote
  #3  
Old 09-23-2005, 08:27 AM
MolonLabe MolonLabe is offline
Junior Member
 
Join Date: Sep 2004
Posts: 23
Default Re: Software to Read the Party Poker Board

Isn't the hand history file only for games that I am playing in? I want to data mine from many different tables.
Reply With Quote
  #4  
Old 09-23-2005, 08:34 AM
Zapp Zapp is offline
Senior Member
 
Join Date: Jun 2005
Posts: 363
Default Re: Software to Read the Party Poker Board

[ QUOTE ]
Isn't the hand history file only for games that I am playing in? I want to data mine from many different tables.

[/ QUOTE ]

.HHF files are written for all observed games. Games you play in are in a directory with the same name as your screen name with .TXT extentions. Observed games are in the program directory with .HHF extentions.
Reply With Quote
  #5  
Old 09-23-2005, 08:56 AM
MolonLabe MolonLabe is offline
Junior Member
 
Join Date: Sep 2004
Posts: 23
Default Re: Software to Read the Party Poker Board

Dam... you just made my job simpler by about a million times. Bless you. Bless you. Bless you.

One question though. Do you have any idea why Poker Office keeps my text window open in party and won't allow me to go "totally silent"? That's why I figured reading the text window was the way to go.

Thanks a million again.
Reply With Quote
  #6  
Old 09-23-2005, 08:58 AM
Zapp Zapp is offline
Senior Member
 
Join Date: Jun 2005
Posts: 363
Default Re: Software to Read the Party Poker Board

[ QUOTE ]
Do you have any idea why Poker Office keeps my text window open in party and won't allow me to go "totally silent"?

[/ QUOTE ]

No.
Reply With Quote
  #7  
Old 09-23-2005, 11:26 AM
jba jba is offline
Senior Member
 
Join Date: Feb 2005
Posts: 9,596
Default Re: Software to Read the Party Poker Board

[ QUOTE ]

You are doing it the hard way. All of the information you need is written to the hand history file as it happens. No need to mess with reading card images or texboxes or anything. Just parse the hand history file.

[/ QUOTE ]

I think that's still the hard way. why not just dip into the PT database, he's already parsed the history files.
Reply With Quote
  #8  
Old 09-25-2005, 12:13 AM
wdbaker wdbaker is offline
Senior Member
 
Join Date: Jan 2003
Location: Denver, Co
Posts: 536
Default Re: Software to Read the Party Poker Board

I agree, unless you need the info realtime then just get it from the PT dbase where it's already been parced.

As for poker office, I don't think they know how to parse and read the hh on the fly, that's all I can think of

One Street at a Time
wdbaker Denver, Co
Reply With Quote
  #9  
Old 02-16-2006, 04:36 PM
MolonLabe MolonLabe is offline
Junior Member
 
Join Date: Sep 2004
Posts: 23
Default Re: Software to Read the Party Poker Board

Reading the .HHF worked fantastically well for the last 4 months but unfortunately Party Poker discontinued this nice little feature. So I ask again.

What is the technique used to read the game action live (that some of the software out there uses?) What is the software and programming code and is any of it out there as freeware?

Thanks for the help
Reply With Quote
  #10  
Old 02-17-2006, 01:38 AM
Terry Terry is offline
Senior Member
 
Join Date: Sep 2002
Posts: 1,436
Default Re: Software to Read the Party Poker Board

You're looking for AutoHotkey to do screen scraping. Look at it's PixelGetColor, PixelSearch, and ImageSearch functions used in conjunction with WindowSpy. You won't be able to get mucked hands in observed games, only the cards that get exposed.

There have been several posts in this forum in the past couple weeks with some great AHK scripts to use the keyboard as a mouse and some other really cool stuff. Looking over those scripts will give you a big head start toward working with Party windows and controls.

Please post your bot script or PM me a copy when it's done. [img]/images/graemlins/wink.gif[/img]
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:24 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.