Re: How's python's web scraping capabilities (vs LWP) ...

2006-04-08 Thread Grig Gheorghiu
Check out twill , which is based on mechanize (). Grig -- http://mail.python.org/mailman/listinfo/python-list

Re: How's python's web scraping capabilities (vs LWP) ...

2006-04-08 Thread Kent Johnson
ArKane wrote: > Hello all, > > I've been hacking away at perl for a few months now, mainly using the > LWP module, used for web scraping. Amoung its capabilities include > support for HTTPS and proxies, authentication, cookies (including the > ability to automatically import Internet Explorer cook

Re: How's python's web scraping capabilities (vs LWP) ...

2006-04-08 Thread Enigma Curry
I don't know much about LWP.. but Beautiful Soup is grand! http://www.crummy.com/software/BeautifulSoup/ Ryan McGuire -- http://mail.python.org/mailman/listinfo/python-list

How's python's web scraping capabilities (vs LWP) ...

2006-04-08 Thread ArKane
Hello all, I've been hacking away at perl for a few months now, mainly using the LWP module, used for web scraping. Amoung its capabilities include support for HTTPS and proxies, authentication, cookies (including the ability to automatically import Internet Explorer cookies), etc. It seems to me