https://github.com/xsymphony/learn-scrapy
A simple spider used Scrapy
https://github.com/xsymphony/learn-scrapy
Last synced: about 1 year ago
JSON representation
A simple spider used Scrapy
- Host: GitHub
- URL: https://github.com/xsymphony/learn-scrapy
- Owner: xsymphony
- Created: 2017-08-29T03:17:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T03:47:23.000Z (almost 9 years ago)
- Last Synced: 2025-03-20T07:13:35.517Z (over 1 year ago)
- Language: Python
- Size: 53.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scrapy_learn
A simple spider used Scrapy
### website: `www.bf99.com`
+ [安装Scrapy](http://scrapy-chs.readthedocs.io/zh_CN/0.24/intro/install.html)
+ 进入项目文件夹
+ 控制台执行 `scrapy crawl bf99 -o bf99.csv -t csv`
:fire:主要项目代码集中在[here](https://github.com/xiongsyao/scrapy_learn/blob/master/bfinfo/spiders/bf99_spider.py)