standalone process to interact with the web

Cameron Laird claird at lairds.us
Tue Jul 31 13:33:40 EDT 2007


In article <mailman.1375.1185900147.22759.python-list at python.org>,
Steve Holden  <steve at holdenweb.com> wrote:
>beginner wrote:
>> Hi Everyone,
>> 
>> I am looking for a way to allow a standalone python process to easily
>> interactive with a few web pages. It has to be able to easily receive
>> requests from the web and post data to the web.
>> 
>> I am thinking about implementing a standalone soap server, but I am
>> not sure which library is good.
>> 
>> Any suggestions?
>> 
>> Thanks a lot,
>> Geoffrey
>> 
>Look nor further than mechanize -
>
>   http://wwwsearch.sourceforge.net/mechanize/
>
>With mechanize and its partner ClientForm you can rule the web world ;-)
			.
			.
			.
For a more narrative approach to the same point, I like to think
that <URL: http://www.unixreview.com/documents/s=10133/ur0706e/ >
helps.



More information about the Python-list mailing list