Web 爬取框架。 更多信息:https://scrapy.org.
scrapy startproject {{项目名}}
scrapy genspider {{爬虫名}} {{站点域名}}
scrapy edit {{爬虫名}}
scrapy crawl {{爬虫名}}
scrapy fetch {{url}}
scrapy view {{url}}
scrapy shell {{url}}