Add some related projects

cacovsky 2013-10-16 04:17:39 -07:00
parent 2f9c3213ec
commit 88a192be0f
1 changed files with 6 additions and 0 deletions

@ -65,6 +65,12 @@ Chinese slides:
* [Django Dynamic Scraper](https://github.com/holgerd77/django-dynamic-scraper) - a web application (written in django) for runnning and controlling Scrapy spiders
* [Slybot](https://github.com/scrapy/slybot) - A supervised learning crawler based on [Scrapely](https://github.com/scrapy/scrapely)
* [scrapy-sentry](https://pypi.python.org/pypi/scrapy-sentry) - Logs Scrapy exceptions into Sentry
* [ScrapyGraphite](https://pypi.python.org/pypi/ScrapyGraphite) - Output scrapy statistics to carbon/graphite
* [scrapy-mongo](https://pypi.python.org/pypi/scrapy-mongodb) - A pipeline to store scrapy items in a MongoDB database
* [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
* [Scrapy-related libraries on PyPI](https://pypi.python.org/pypi?%3Aaction=search&term=scrapy&submit=search)
## Companies using Scrapy