独立进程与Web交互 [英] standalone process to interact with the web

查看:74
本文介绍了独立进程与Web交互的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


我正在寻找一种方法,允许独立的python进程轻松地与几个网页进行交互。它必须能够轻松地从网上接收

请求并将数据发布到网上。


我正在考虑实施一个独立的soap服务器,但是我是

不确定哪个库好。


有什么建议吗?


非常感谢,

Geoffrey

解决方案

beginner写道:


大家好,


我正在寻找一种方法,允许独立的python进程轻松地与几个网页进行交互。它必须能够轻松地从网上接收

请求并将数据发布到网上。


我正在考虑实施一个独立的soap服务器,但是我是

不确定哪个库好。


有什么建议吗?


非常感谢,

Geoffrey



看起来还是机械化 -

http://wwwsearch.sourceforge.net/mechanize/


使用mechanize及其合作伙伴ClientForm你可以统治网络世界;-)


问候

史蒂夫

-

史蒂夫Holden +1 571 484 6266 +1 800 494 3119

Holden Web LLC / Ltd http://www.holdenweb.com

Skype:holdenweb http://del.icio.us/steve.ho lden

--------------- Asciimercial ------------------

上网:博客,镜头和互联网标签

许多服务目前提供免费注册

-----------感谢您的阅读-------------


您好史蒂夫,


7月31日上午11点42分,Steve Holden< st ... @ holdenweb.com写道:


beginner写道:


大家好,


我正在寻找一种方法来让一个独立的python进程轻松实现$ /
与几个网页互动。它必须能够轻松地从网络接收

请求并将数据发布到网络上。


我正在考虑实施一个独立的肥皂服务器,但是我不确定哪个库是好的。


有什么建议吗?


非常感谢,

Geoffrey



看机械化 -

http://wwwsearch.sourceforge。 net / mechanize /

使用mechanize及其合作伙伴ClientForm,您可以统治网络世界;-)


问候

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

上车网站:博客,镜头和互联网标签

许多服务目前提供免费注册

----------- Tha nk You for Reading -------------



这似乎是一个HTTP客户端库。这很有趣,但

不是我需要的。我正在寻找可以为网页提供

服务的东西。例如,当浏览器请求网页时,网页将向我的服务器发送一些请求。我的服务器

然后会响应,网页会以人类可读的形式获取响应和

格式。


在文章< ma ********************************* ******@蟒蛇。 org>,

Steve Holden< st *** @ holdenweb.comwrote:


> beginner写道:
< blockquote class =post_quotes>
>大家好,

我正在寻找一种方法,允许独立的python进程轻松地与几个网页交互。它必须能够轻松地从网上接收请求并将数据发布到网上。

我正在考虑实施一个独立的肥皂服务器,但我不确定哪个图书馆很好。

有什么建议吗?

非常感谢,
Geoffrey


看起来还是机械化 -

http://wwwsearch.sourceforge.net/mechanize/

使用mechanize及其合作伙伴ClientForm,您可以统治网络世界;-)


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

解决方案

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


Hi Steve,

On Jul 31, 11:42 am, Steve Holden <st...@holdenweb.comwrote:

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

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.



In article <ma***************************************@python. org>,
Steve Holden <st***@holdenweb.comwrote:

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


这篇关于独立进程与Web交互的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆