|
|
|
|
|
by crdoconnor
4379 days ago
|
|
I don't recommend scrapy. Classic example of a framework that should have been a library. It will work up until a point and then it will railroad your app and you will have a really painful time breaking out of the 'scrapy' way of doing things. Classic 'framework' problem. I prefer a combination of celery (distributed task management), mechanize (pretend web browser) and pyquery (jquery selectors for python). |
|
To me scraping is such a specific thing it's best to write your own 'framework'.