https://github.com/cofcool/lxf-python-crawl
爬取廖雪峰Python教程
https://github.com/cofcool/lxf-python-crawl
Last synced: 5 days ago
JSON representation
爬取廖雪峰Python教程
- Host: GitHub
- URL: https://github.com/cofcool/lxf-python-crawl
- Owner: cofcool
- License: mit
- Created: 2018-04-30T09:53:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T10:00:56.000Z (about 8 years ago)
- Last Synced: 2025-02-25T01:41:42.042Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lxf-python-crawl
基于Scrapy框架,可爬取廖雪峰Python教程。
安装Scrapy框架:
```
pip install scrapy
```
注意:本项目仅用于学习。