In this problem, forget about poker. You are looking, at a conceptual level, to automate interaction with a program. This program just happens to be a poker app.

You need to decide what you will use to control the poker app. Whatever tool that is (you'd like it to be driven by Perl, based on your post) should have equal capability to "read" as to "interact"

In my world (web automation), we use things like WWW::Selenium to "drive", to both 'read' what is being displayed by the browser, as well as 'interact' whenever we'd like.

So: have you figured out what technology the ipoker app runs on? What operating system are you running it on? I haven't played in ipoker (i have played on a skin of carbon poker, on bodog/bovada, as well as PokerStars and FullTilt). While I do not condone bots to play poker, this is a simple problem once you decide how to "drive" the poker app. I just won't show any code for you to do so. Bots are strongly considered cheating, or at least very poor form, in the online poker world. You already know this... and you already know that most reputable poker sites block such bots...if they catch you, they will do all in their power to make sure you don't ever access their sites again.

good luck.


In reply to Re: Poker Datamine by technojosh
in thread Poker Datamine by bennierounder

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.