In <mailman.224.1313769546.27778.python-l...@python.org> Yingjie Lin 
<yingjie....@mssm.edu> writes:

> Hi Python users,

> I am maintaining a website written with Python CGI scripts. To make
> sure the website is working well, I would like to have a script which
> automatically "uses" this website and checks it's output everyday. It
> would be better if this script runs from the clients' side.

> Could any one suggest any Python modules, articles, tutorials, ect. that
> might be helpful?

Mechanize seems like what you want.  It's built on top of urllib2.

http://wwwsearch.sourceforge.net/mechanize/

-- 
John Gordon                   A is for Amy, who fell down the stairs
gor...@panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to