# python-Reptile
**Repository Path**: Nidhogg14/python-Reptile
## Basic Information
- **Project Name**: python-Reptile
- **Description**: 实战Python网络爬虫【随书代码】
- **Primary Language**: Python
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-09-27
- **Last Updated**: 2023-10-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Python, study
## README
# 实战Python网络爬虫
Place stars⭐ before you leave(记得点个星⭐哦)
This is the code repository for the Python Reptile book-->URL
# 说明
书中讲述的scrapy框架是基于1.5版本,如果读者使用1.7以上版本,书中源码在运行过程中出现错误提示,因为新版本删除和修改旧版本的一些方法,具体说明可以查看官网文档:https://doc.scrapy.org/en/latest/news.html (建议读者使用1.5.2版本,可以使用pip install scrapy==1.5.2安装)