Programmed browsing

Walter Hofmann abe89 at mx2.homelinux.com
Wed Feb 19 17:41:29 EST 2003


Mike Meyer schrieb im Artikel <x73cmkhqr9.fsf at guru.mired.org>:
> Walter Hofmann <abe88 at mx2.homelinux.com> writes:
> 
>> Hi,
>> 
>> I'm looking for a Python library with which I can write easily scripts 
>> that browse the web from within a python program. It should be possible 
>> to pass an URL to the library and it will load it, follow redirects, 
>> fill out forms & submit them, even via https.
> 
> Try httplib, in the standard library.

I was looking for someting on a much higher level than httplib. I tried 
Richard's http://sourceforge.net/projects/pywebperf/ and it works fine 
for my purpose.

Walter




More information about the Python-list mailing list