integrate crawlspider with api githib code example
Example 1: autoextract scrapy spider
> scrapy crawl articles -s AUTOEXTRACT_USER= -a seeds= -a threshold=.5
Example 2: autoextract scrapy spider
> scrapy crawl products -s AUTOEXTRACT_USER= -a seeds= -a max-items=10