上传者: 42113754
|
上传时间: 2022-10-09 22:59:46
|
文件大小: 332KB
|
文件类型: ZIP
debug_scrapy
This repository is about how to debug scrapy core source code and read it .
(注:此repo是从scrapy源码中抽离出来的scrapy目录,并对大多数代码做了翻译解读,仅供阅读参考,如果有不正确的地方欢迎讨论。小弟翻译不容易,可否给我个小star,让我更有动力去完善它。谢谢!)
1. Get the code:
git clone
2. Setup the environment
> python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
install_requires=[
'Twisted>=13.1.0',
'w3lib>=1.17.0',
'queuelib',
'lxm