Simple web crawler script using recursion and puppeteer.
Instructions:
- run
yarn
ornpm install
- Configure .env file (see .env_example)
- URL is required
- DEPTH is not required but suggested
- PROXY is not required
- run
yarn start
ornpm start
Simple web crawler script using recursion and puppeteer.
Instructions:
yarn
or npm install
yarn start
or npm start