I'm a big fan of Python and currently I have taken a lot of interest in web-scraping.
At the moment I rely on the elegant combination of Mechanize and Beautiful Soup to automate almost all of my tasks and they are a breeze to work with.
So I was wondering whether it would be worth learning Scrapy? I've heard a great deal about it.
I'm also interested in knowing what would Scrapy bring to the table that I couldn't already accomplish with the use of Beautiful Soup and Mechanize? And would Scrapy compliment my current knowledge of these two modules? I've tried the demo on their documentation page and it seems that Scrapy itself runs as a standalone program; is it possible to integrate Scrapy and call it from a python script?
Finally, I want to say that if learning Scrapy would not enhance my web-scraping skills in any major way (like productivity gain through much higher level of abstraction) then I would rather invest my time learning something that is not directly related to web-scraping.
Thanks.
