[Zope] HTML parsers and Wget like function

Anthony Baxter anthonybaxter at gmail.com
Thu Jul 1 09:21:07 EDT 2004


On Thu, 01 Jul 2004 20:02:02 +0900, Grant Morganryuuguu
<grant at ryuuguu.com> wrote:
> 
> 
> I am considering Zope/python for a project and would like to get some pointers to see if this is a reasonable fit.
> I need to get a URL from the web, parse the HTML ,extract some data from the page, rewrite the <a href> tags and display it on the website.
> I found the HTML parser in library http://www.python.org/doc/current/lib/markup.html and
> http://www.crummy.com/software/BeautifulSoup/ (which is down now but was up a couple of days ago)


BeatifulSoup, ClientCookie and ClientForm together make a very very nice
webscraping package.


More information about the Zope mailing list