Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
standalone process to interact with the web
- From: bruno.42.desthuilliers at wtf.websiteburo.oops.com (Bruno Desthuilliers)
- Subject: standalone process to interact with the web
- Date: Wed, 01 Aug 2007 12:01:29 +0200
beginner a ?crit : > Hi Steve, > > On Jul 31, 11:42 am, Steve Holden <st... 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 - >> (snip) > This seems to be an HTTP client library. It is very interesting, but > is not what I need. I am looking for something that can provide > service to web pages. For example, when a browser requests a web page, > the web page is going to send a few requests to my server. My server > then is going to respond, and the web page takes the response and > format it in human readable form. IOW, you want to embed a web server in your application.
- Prev by Date: Floats as keys in dict
- Next by Date: standalone process to interact with the web
- Previous by thread: standalone process to interact with the web
- Next by thread: standalone process to interact with the web
- Index(es):