1. 程式人生 > >使用scrapy 建立爬蟲專案

使用scrapy 建立爬蟲專案

使用scrapy 建立爬蟲專案

步驟一:

scrapy startproject tutorial

步驟二:

you can start your first spider with:
cd tutorial
scrapy genspider example example.com
或者
scrapy crawl quotes