Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wuchong/scrapy-dynamic-configurable

A dynamic configurable news crawler based Scrapy
https://github.com/wuchong/scrapy-dynamic-configurable

Last synced: 15 days ago
JSON representation

A dynamic configurable news crawler based Scrapy

Awesome Lists containing this project

README

        

# Scrapy Dynamic Configurable

A dynamic configurable news crawler based Scrapy. See the [blogs](http://wuchong.me/blog/2015/05/22/running-scrapy-programmatically) for more detail.

##Requirements

- Scrapy
- MySQL
- Redis
- SQLAlchemy

##Install in development

**Mac OS X, use Homebrew**

```bash
$ 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***

```bash
$ 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 .