├── README.md
└── 实战Python网络爬虫.zip
/README.md:
--------------------------------------------------------------------------------
1 | # 实战Python网络爬虫
2 | Place stars⭐ before you leave(记得点个星⭐哦)
3 |
4 | This is the code repository for the Python Reptile book-->URL
5 |
6 | # 说明
7 | 书中讲述的scrapy框架是基于1.5版本,如果读者使用1.7以上版本,书中源码在运行过程中出现错误提示,因为新版本删除和修改旧版本的一些方法,具体说明可以查看官网文档:https://doc.scrapy.org/en/latest/news.html (建议读者使用1.5.2版本,可以使用pip install scrapy==1.5.2安装)
8 |
--------------------------------------------------------------------------------
/实战Python网络爬虫.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xyjw/python-Reptile/b68bdd473ba42db917b16e5c4bf4f6f6351daf98/实战Python网络爬虫.zip
--------------------------------------------------------------------------------