AkaSig wrote about a solution for web scraping that looks pretty elegant to me… The idea is to reverse the use of ZPTs (Zope Page Templates).
The idea is to reverse the templating process. You take an example of an existing webpage and use zpt-like instructions to get data out of similar html pages into data.
He has several examples in his article – if I need to do webscraping, I'll try and grab his .zip first.
He also pointed me to BeautifulSoup which is the python parser basis for it.
Recent comments
14 weeks 2 days ago
14 weeks 3 days ago
16 weeks 3 days ago
17 weeks 2 days ago
17 weeks 3 days ago
26 weeks 2 days ago
26 weeks 2 days ago
26 weeks 4 days ago
26 weeks 5 days ago
27 weeks 4 days ago