Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 31, 2019. It is now read-only.

orangain/helloscrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helloscrapy

Scrapy example spiders.

An example to save into MongoDB is available in the mongo branch.

Requirements

  • Python 2.7
  • Virtualenv
  • libxml2-dev & libxslt-dev

Setup

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt

Usage

scrapy crawl bbc # an example of SitemapSpider
scrapy crawl cnet # an example of CrawlSpider

See (Japanese)

http://orangain.hatenablog.com/entry/scrapy

About

Scrapy example spiders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages