Python 手动新建 Scrapy项目

# 创建项目
scrapy startproject 工程名

# 创建爬虫
scrapy genspider example example.com
原文地址:https://www.cnblogs.com/tanrong/p/8267298.html