Re: standalone process to interact with the web



In article <mailman.1375.1185900147.22759.python-list@xxxxxxxxxx>,
Steve Holden <steve@xxxxxxxxxxxxx> 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.
.



Relevant Pages

  • Re: standalone process to interact with the web
    ... beginner wrote: ... I am looking for a way to allow a standalone python process to easily ... With mechanize and its partner ClientForm you can rule the web world;-) ...
    (comp.lang.python)
  • standalone process to interact with the web
    ... I am looking for a way to allow a standalone python process to easily ... requests from the web and post data to the web. ... I am thinking about implementing a standalone soap server, ...
    (comp.lang.python)