issues
search
andykais
/
scrape-pages
generalized scraper using a single instruction set for any site that can be statically scraped
https://scrape-pages.js.org
MIT License
6
stars
2
forks
source link
Duck typing scraper extends EventEmitter
#45
Closed
andykais
closed
4 years ago
andykais
commented
4 years ago
[x] better event emitter chai expects
[x] add class calls around emitter actions (
stop()
,
stopScraper(scraperName)
,
useRateLimiter(toggle)
[x] error if commands are used unexpectedly (e.g. calling
stop()
before
start()
)
stop()
,stopScraper(scraperName)
,useRateLimiter(toggle)
stop()
beforestart()
)