Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11851 > unrolled thread
| Started by | Yingjie Lin <Yingjie.Lin@mssm.edu> |
|---|---|
| First post | 2011-08-19 11:08 -0400 |
| Last post | 2011-08-19 16:02 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
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
| From | Yingjie Lin <Yingjie.Lin@mssm.edu> |
|---|---|
| Date | 2011-08-19 11:08 -0400 |
| Subject | HTML client sctript |
| Message-ID | <mailman.224.1313769546.27778.python-list@python.org> |
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? Thank you. - Yingjie
[toc] | [next] | [standalone]
| From | John Gordon <gordon@panix.com> |
|---|---|
| Date | 2011-08-19 16:02 +0000 |
| Message-ID | <j2m1ej$rbd$1@reader1.panix.com> |
| In reply to | #11851 |
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"
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web