Fork me on GitHub

scrapy使用

SCRAPY

scrapy is a good spider server 参考文档 image-20191221163603388

1.scrapy 启动

scrapy startproject test1

2.scrapy生成模板

scrapy genspider testspider www.baidu.com

3.scrapy调试

scrapy parse --spider=testspider -d 3 'https://www.cnblogs.com/notfind/p/11633706.html'
posted @ 2020-01-13 15:59  MgicalFool  阅读(103)  评论(0编辑  收藏  举报