Programmed browsing

Mike Meyer mwm at mired.org
Wed Feb 19 17:03:53 EST 2003


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.

        <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.




More information about the Python-list mailing list