scrapy - python question

Posted by tom smith on Stack Overflow See other posts from Stack Overflow or by tom smith
Published on 2010-04-20T03:46:35Z Indexed on 2010/04/20 3:53 UTC
Read the original article Hit count: 522

Filed under:
|
|
|

Hi..

Maybe not the correct place to post. But, I'm going to try anyway!

I've got a couple of test python parsing scripts that I created. They work enough for me to test what I'm working on.

However, I recently came across the python framework, Scrapy, which is used for web scraping. My app runs in a distributed process, across a testbed of multiple servers. I'm trying to understand scrapy, to see if it provides benefits over what I'm doing.

So, if possible, I'd really like to talk with a few people who are grounded in/or who use scrapy.

Thanks

-tom

[email protected]

© Stack Overflow or respective owner

Related posts about scrapy

Related posts about python