0.0.10 • Published 10 years ago

krake-slave v0.0.10

Weekly downloads
18
License
-
Repository
-
Last release
10 years ago

krake-slave

Starts a slave process that listens to the central queue for scrape jobs to process

To setup

npm install krake-slave

To run

require 'krake-slave'

CONFIG = {
  "redis": {
    "host": "localhost",
    "port": "6379",
    "scrapeMode": "depth",
    "queueName": "queue1"
  },
  "usageServer" : "http://localhost:9805",
  "publishingServer" : "http://localhost:9806",
  "phoenixServer" : {
    "url" : "http://localhost:9801",
    "pageCrawlLimit" : 100,
  },
  "phantomServer" : {
    "host" : "localhost",
    "port" : "9701",
    "path" : "/extract",
    "timeout" : 120      
  },
  "canRotateIP" : "cannot"
}

qs = new NetworkSlave CONFIG
0.0.10

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago