An open API service indexing awesome lists of open source software.

https://github.com/czl0325/scrapy-test

scrapy练习
https://github.com/czl0325/scrapy-test

Last synced: 3 months ago
JSON representation

scrapy练习

Awesome Lists containing this project

README

        

# scrapy-test
scrapy练习

#### 安装
`pip install scrapy`

#### 创建项目
`scrapy startproject demotest`

#### 创建普通爬虫
`scrapy genspider maoyan maoyan.com`

#### 创建Crawl爬虫
`scrapy genspider -t crawl fiction2 81zw.com`