Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #11854

Re: HTML client sctript

From John Gordon <gordon@panix.com>
Newsgroups comp.lang.python
Subject Re: HTML client sctript
Date 2011-08-19 16:02 +0000
Organization PANIX Public Access Internet and UNIX, NYC
Message-ID <j2m1ej$rbd$1@reader1.panix.com> (permalink)
References <mailman.224.1313769546.27778.python-list@python.org>

Show all headers | View raw


In <mailman.224.1313769546.27778.python-list@python.org> Yingjie Lin <Yingjie.Lin@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
gordon@panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

HTML client sctript Yingjie Lin <Yingjie.Lin@mssm.edu> - 2011-08-19 11:08 -0400
  Re: HTML client sctript John Gordon <gordon@panix.com> - 2011-08-19 16:02 +0000

csiph-web