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

https://github.com/ospoon/scrapy_1209

scrapy_1209
https://github.com/ospoon/scrapy_1209

Last synced: 10 months ago
JSON representation

scrapy_1209

Awesome Lists containing this project

README

          

### Scrapy爬虫框架

简述:

​ Scrapy中的各大组件

​ Scrapy引擎

​ Scheduler调度器

​ Downloader下载器

​ Spider负责获取页面

​ Item Pipelin负责持久化

安装命令:pip install Scrapy

创建项目:scrapy startproject cnblogSpider

创建爬虫:scrapy genspider cnblogs "cnblogs.com"

执行爬虫:scrapy crawl cnblogs

​ scrapy crawl cnblogs -o papers.cvs