Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 354 Bytes

readme.MD

File metadata and controls

13 lines (10 loc) · 354 Bytes

NodeCrawler

Simple web crawler script using recursion and puppeteer.

Instructions:

  1. run yarn or npm install
  2. Configure .env file (see .env_example)
  • URL is required
  • DEPTH is not required but suggested
  • PROXY is not required
  1. run yarn start or npm start