Examples using urllib, htmllib

Lewis Doug at news.vex.net
Mon Sep 13 01:26:06 EDT 1999


On Sun, 12 Sep 1999 17:43:03 GMT, nolanl at my-deja.com <nolanl at my-deja.com> wrote:
>Can someone point me to some example Python
>scripts that I can download that show accessing
>the web using the urllib, and htmllib.  I'm

I have a couple of scripts with extremely sloppy code at
http://www.vex.net/~x/python_stuff.html which might have 
a few hints for you. One is a simple web page 'crawler' 
which seeks and downloads background images, using urllib.
There is also a file upload CGI which is not what you want,
but demonstrates a bit at least how web uploads work somewhat.
Good luck.






More information about the Python-list mailing list