https://github.com/czl0325/scrapy-test
scrapy练习
https://github.com/czl0325/scrapy-test
Last synced: 3 months ago
JSON representation
scrapy练习
- Host: GitHub
- URL: https://github.com/czl0325/scrapy-test
- Owner: czl0325
- License: apache-2.0
- Created: 2020-06-18T01:54:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T09:32:16.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T16:47:29.486Z (5 months ago)
- Language: Python
- Size: 7.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`