Setting up a python screen scraper that could work on Google App engine

Posted by cozza on Stack Overflow See other posts from Stack Overflow or by cozza
Published on 2010-03-09T01:38:14Z Indexed on 2010/04/17 22:43 UTC
Read the original article Hit count: 229

I am looking to setup a automated screen scraper that will run on Google app engine using python. I want it to scrape the site and put the specified results into a Entity in app engine. I am looking for some directions on what to use. I have seen beautifulsoup but wonder if people could recommend anything else that could run on Google App engine.

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine