[twill] RELEASE: twill 0.8.3

titus@caltech.edu titus at caltech.edu
Wed Feb 8 17:17:12 PST 2006


ANNOUNCING twill v0.8.3.

twill is a simple language for browsing the Web.  It's designed for
automated testing of Web sites, but it can be used to interact with
Web sites in a variety of ways.  In particular, twill supports form
submission, cookies, redirects, and HTTP authentication.

A twill script to use the "I'm feeling lucky" button on Google looks
like this:

    setlocal query "twill Python"

    go http://www.google.com/

    fv 1 q $query
    submit btnI     # use the "I'm feeling lucky" button

    show

(Note that using this script abuses Google's Terms of Service.  So don't.)

This is the ninth public release of twill, version 0.8.3.

You can install twill with easy_install, or download this release at

    http://darcs.idyll.org/~t/projects/twill-0.8.3.tar.gz

Documentation is included in the .tar.gz and is also online at

    http://www.idyll.org/~t/www-tools/twill/

Miscellaneous details:

twill is implemented in Python and uses pyparsing and mechanize.  In
addition to the existing simple command language, twill can easily be
extended with Python.  twill also provides a fairly simple and
well-documented wrapper around mechanize.

twill does not understand JavaScript, I'm sorry to say.

---

New features:

  * fixed minor bug in links parsing;

  * included BeautifulSoup.

(This is basically a quick bug fix release for twill 0.8.2...)



More information about the twill mailing list