I am interested in developing a program such as the one at
www.pokerinspector.com. Using their program, you can play online
poker at quite a few sites, and Poker Inspector looks at the graphics
on the screen (process called screen scraping). It then compares the
seen graphics to known images of the cards, and is able to produce
real-time statistics about the current hand.
These websites have their own program -- they are not ran through a
web browser. There are many libraries which only screen scrape
webpages. These won't work for me.
I would like to find a C++ or C# library helping facilitate the screen
scraping, as well as a short tutorial on how to use it. This has to
run on Windows (there's no *nix poker clients that I know of to the
top sites.)
I will give a $75-$200 tip if you can find such a library designed for
ultimatebet.com that takes care of all the screen scraping and
analyzing the graphic -- and provides an easy to use interface for a
program to simply get which cards are in the hand, who is at the
table, who has bet how much when, etc. ($200 if the library is free
or under or equal to $500 to license. $75 if the library is over $500
to license. If tips of this amount can't happen, I'll post
dummy-questions for the researcher to have the same effect.) I would
love to avoid programming the analysis of the graphics.
NOTE: There is a program called winholdem that went way too far, and
transformed from a legitimate stats program to an illegitimate
hard-sharing with other users program. Although this program has nice
ways to hook into the cards, many sites actively look for this running
program and ban users who use it - since it has a collusion ability.
(The poker sites don't mind stat calculators, as long as there's no
cheating.) |