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

https://github.com/barretlee/spider

A Spider Man in multiple processes
https://github.com/barretlee/spider

cluster multiple-processes spider

Last synced: 7 months ago
JSON representation

A Spider Man in multiple processes

Awesome Lists containing this project

README

          

Spider
===

A Web Spider. Grabbing article, images, audio and video in multiple processes.

### Usage

- rename `_config.js` to `config.js`

- set config file
```js
var OPEN_ARTICLE = true;
var OPEN_IMG = true;
var OPEN_VIDEO = true;
```

- start
```bash
node index.js
```

### Todo

- Grab audio and video.
- Complete test case.

### License

MIT.