6 ms·
What's the advantages of Sukhoi compared to the following. Scrapy: https://github.com/scrapy/scrapy https://github.com/scrapy/scrapy PySpider: https://github.c
by gaojiuli 9y ago
What's the advantages of Sukhoi compared to the following.
Scrapy: https://github.com/scrapy/scrapy https://github.com/scrapy/scrapy
PySpider: https://github.com/binux/pyspider https://github.com/binux/pyspider
Gain: https://github.com/gaojiuli/gain https://github.com/gaojiuli/gain
- iogf 9y agosukhoi is a little baby yet, it is built on a good concept in which it permits you to construct all kind of structures from your fetched data easily. It has a shorter learning curve due to its base concept too. The second example in sukhoi web page is extremely simple and it does something that if you are going to implement using other crawler it may get a bit tricky. Try conceiving the two examples in sukhoi using those web crawlers it should give you a feeling about how sukhoi makes things easier.