An open API service indexing awesome lists of open source software.

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

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)