Introduction to the basic commands of scrapy

  • 2020-06-03 07:15:34
  • OfStack

As shown below:

scrapy stratproject projectname ## create 1 project

scrapy genspider myspidername fider ## create 1 spider file

scrapy crawl spidername ## # executes 1 spider program

scrapy shell url ## dynamically executes code


Related articles: