Scrapy is great. I have been using it at work to populate our solr index for our site search page. It is very extensible and powerful, but helps to understand Twisted if you need to do anything advanced.
I used Scrapy extensively last term in my non-CS co-op. Really loved how quickly I could make beautiful dashboards with a bit of Python / VBA.
My problem with Scrapy was that there was a lot of manual work involved for each site, but perhaps that speaks more about my proficiency rather than Scrapy.
What's the next step from here in terms of gathering, cleaning, and analyzing data?
10 comments
[ 5.0 ms ] story [ 30.7 ms ] threadYou should only ignore the robots.txt if you are very careful about what you are doing and have a very good reason for doing so.
I didn't finished the article yet, but I have one question. Is there ability in Scrapy to append new data after initial scrapping?
For example site at the moment of scrapping:
Then we run scrapy again after some time and site will look like this: Can it just append article 3 and 4 to file/db table and stop scraping?That guy has quite a few scraping projects.
Scrapie is a transmissible spongiform ecephalopathy, similar to mad cow disease, in sheep and goats.
https://en.wikipedia.org/wiki/Scrapie
My problem with Scrapy was that there was a lot of manual work involved for each site, but perhaps that speaks more about my proficiency rather than Scrapy.
What's the next step from here in terms of gathering, cleaning, and analyzing data?