nrabinowitz / pjscrape

A web-scraping framework written in Javascript, using PhantomJS and jQuery
http://nrabinowitz.github.io/pjscrape/
MIT License
997 stars 159 forks source link

add delay between runs config #32

Closed yubrew closed 10 years ago

yubrew commented 11 years ago

Allows for delays between runs, defined in config.

pjs.config({
  delayBetweenRuns: 1000,
});

This is the original inspiration for the code: http://stackoverflow.com/a/14238881

nrabinowitz commented 10 years ago

Thanks, sorry I've dropped the ball on maintenance a bit.