All Projects → wuchong → Scrapy Dynamic Configurable

wuchong / Scrapy Dynamic Configurable

A dynamic configurable news crawler based Scrapy

Programming Languages

python
139335 projects - #7 most used programming language

Scrapy Dynamic Configurable

A dynamic configurable news crawler based Scrapy. See the blogs for more detail.

##Requirements

  • Scrapy
  • MySQL
  • Redis
  • SQLAlchemy

##Install in development

Mac OS X, use Homebrew

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install mysql
$ brew install redis
$ sudo pip install scrapy
$ sudo pip install SQLAlchemy
$ sudo pip install redis

Ubuntu*

$ sudo apt-get install redis-server mysql-server mysql-client
$ pip install scrapy
$ pip install SQLAlchemy
$ pip install redis

and restore datatables from 'db.sql'

It is for scrapy 1.0 . It is for scrapy 1.0 .

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].