[Tutor] curl and python

Kent Johnson kent37 at tds.net
Sat Jan 17 06:11:01 CET 2009


On Fri, Jan 16, 2009 at 5:56 PM, Jeremiah Jester
<jeremiah.jester at panasonic.aero> wrote:
> I'm trying to get curl to traverse a remote http directory get all page
> names and do some processing on these file with python.
>
> For starters, i need to get the directory listing in an array from the
> domain. Any ideas on how to do this?

urllib2 and BeautifulSoup:
http://personalpages.tds.net/~kent37/kk/00010.html
http://personalpages.tds.net/~kent37/kk/00009.html

Kent


More information about the Tutor mailing list