Scrapy create projects, create spider, run Scrapy

Install Scrapy

Open run cmd

Into where you want to store Scrapy project execution scrapy startproject xxx (xxx is the name of your project)

 Under scrapy CD to the root directory of execution:

 

Guess you like

Origin www.cnblogs.com/lb809663396/p/12653382.html