Blog

AutoWWW 1.1 Released
11/9/2014

AutoWWW 1.1 has just been released for Linux. Windows builds do not exist yet, but ... Read More

Backups done right
8/12/2013

Since this is a Blog, I've decided that I should start using it as such and therefore, ... Read More

New Website
2/27/2013 | Comments: 1

Tired of always looking on the ugly pages of my projects? There is now one new ... Read More

Documentation

This page features a detailed documentation of all the APIs provided in AutoWWW.

First of all, you can use the complete python standard library that is packaged with a normal python 2.7 installation. Detailed usage of all the python APIs can be found here: http://docs.python.org/2/

You can also find a nice python beginner-tutorial on that page that will help you with your first steps.

Beside these default python APIs, AutoWWW brings a few modules that make it possible to:

  • Interact with the browser (i.e. writing text in forms, submitting forms, clicking in the browser, evaluating custom JavaScript code in the page, etc.)
  • An interface to the 'tor' command line program which makes it very easy to set up a proxy for AutoWWW. Or even multiple proxies, where each AutoWWW tab uses a different proxy.
  • An interface to automatically solve captchas by interacting with http://www.9kw.eu/. This is a captcha trading service, where you can solve a few captchas when you have some free time and earn points for that. You can then use these points to let other users solve captchas for you in return. Note: You will need to register an account there in order to use their service.