Scrapy example spiders.
An example to save into MongoDB is available in the mongo branch.
- Python 2.7
- Virtualenv
- libxml2-dev & libxslt-dev
virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
scrapy crawl bbc # an example of SitemapSpider
scrapy crawl cnet # an example of CrawlSpider