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...