BooksCrawlerExample:Scrapy 的爬虫示例

时间:2024-07-18 02:24:55
【文件属性】:

文件名称:BooksCrawlerExample:Scrapy 的爬虫示例

文件大小:661KB

文件格式:ZIP

更新时间:2024-07-18 02:24:55

Python

书刮刀 从某个网页中提取数据的爬虫。 剧透:阅读代码以查看它是哪个页面。 安装 pip install -r requirements.txt 执行 要启动爬虫运行: scrapy crawl books -o items.json


【文件预览】:
BooksCrawlerExample-master
----Book()
--------settings.py(473B)
--------pipelines.py(284B)
--------__init__.py(0B)
--------items.py(284B)
--------spiders()
--------items.json(2.48MB)
----scrapy.cfg(250B)
----requirements.txt(230B)
----README.md(273B)
----.gitignore(675B)

网友评论