I
inkexit
I'm looking for a language I can learn that would be able to piggy back
existing web software. For example, one use for this would be to
create a poker bot.
The software would have to be able to "read" the information in the
fulltilt window. Such as how much the bet is, how much each player has
in their stack, etc. It would also have to be able to "click" on a
choice of action, call, fold, raise, etc. I know that since this info
exists somewhere in RAM I must be able to access it. I also know that
because when I click on a button, this basically amounts to a small
string being sent to the fulltilt server, that this should be do-able
by a "piggy back" program.
I have a years worth of C++ experience. I thought that becuase the web
is largely Java based, that Java might be a better choice. I think
Python might work as well, but I know next to nothing about Python. If
somebody could point me in the right direction with this, it would be
much appreciated.
existing web software. For example, one use for this would be to
create a poker bot.
The software would have to be able to "read" the information in the
fulltilt window. Such as how much the bet is, how much each player has
in their stack, etc. It would also have to be able to "click" on a
choice of action, call, fold, raise, etc. I know that since this info
exists somewhere in RAM I must be able to access it. I also know that
because when I click on a button, this basically amounts to a small
string being sent to the fulltilt server, that this should be do-able
by a "piggy back" program.
I have a years worth of C++ experience. I thought that becuase the web
is largely Java based, that Java might be a better choice. I think
Python might work as well, but I know next to nothing about Python. If
somebody could point me in the right direction with this, it would be
much appreciated.