Updated Home (markdown)

Shane 2015-07-22 17:36:29 -07:00
parent aa38ccd157
commit 0447650fb6
1 changed files with 1 additions and 0 deletions

@ -79,6 +79,7 @@ Portuguese Slides:
* [scrapy-boilerplate](https://pypi.python.org/pypi/scrapy-boilerplate) - small set of utilities to simplify writing low-complexity spiders
* [scrapy-inline-requests](https://pypi.python.org/pypi/scrapy-inline-requests) - provides a decorator to write spider callbacks which performs multiple requests without the need to write multiple callbacks for each request
* [scrapy-redis](https://pypi.python.org/pypi/scrapy-redis) - providesRedis-backed components for Scrapy
* [scrapyz](https://pypi.python.org/pypi/scrapyz) - Create simple spiders easily.
* [Scrapy-related libraries on PyPI](https://pypi.python.org/pypi?%3Aaction=search&term=scrapy&submit=search)
* [Scrapy_cn](https://github.com/addwork/scrapy_cn) - provided a demo to solve encoding problems(utf-8).