Re: standalone process to interact with the web



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 ;-)

regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
--------------- Asciimercial ------------------
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
----------- Thank You for Reading -------------

.



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 ... Forget SOAP. ... Use XMLRPC. ...
    (comp.lang.python)
  • Re: standalone process to interact with the web
    ... I am looking for a way to allow a standalone python process to easily ... I am thinking about implementing a standalone soap server, ... With mechanize and its partner ClientForm you can rule the web world;-) ...
    (comp.lang.python)