vote up 0 vote down star

Hi all, is there an existing platform/framework for developing Web/HTTP based robots? Actually I'm interested in playing some web games, in which one can build his city, select and training his hero and soldier, and so on.. (such as Travian ) but in the game, such actions need time to complete (I hate waiting..) I try to write a automatic tool to deal with them. So I try to find a platform/framework that can ease the develop progress by:

  • provide a http/https client( it's better to support Keep-Alive )
  • make it easy to parse a web page, josn data [IMPORTANT]
  • support job/task schedule
  • enable scripts such as javascript, python..
  • event driven( I think it's the best way for such platform/framework)

I did a research and found Twisted seems to be the most suitable one, but still want to know if there's another one which is most suitable.

Yes I know and familiar with those QA tools, but I really like a console app working on HTTP level, scripts will tell it how to deal with the game events, thus it can be called a Robot... So I need a framework...

flag
Seems people doesn't like this Robot at all... – Colin Niu Apr 13 at 8:47

1 Answer

vote up 0 vote down check

You're way off, Twisted is definitely NOT what you're after. If the game you're trying to script is a purely (X)HTML based game then you may use something like Watir/WatiN/scrubyt and so on in order to simulate browser actions. If it's a flash game your best bet is reversing the swift, parse and elaborate the data as you need.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.