1.7.3 • Published 7 days ago

@xapp/arachne-cli v1.7.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
7 days ago

@xapp/arachne-cli

A command line crawler based on puppeteer

Example Usage

To crawl a site and save the pages to a local ./temp directory

$ arachne crawl http://www.thecoffeefaq.com/ -d ./temp

To also save markdown and schema.org FAQs

$ arachne  crawl http://www.thecoffeefaq.com/ -a -t markdown -d ./temp

With a whitelisted patterns file

$ arachne  crawl http://www.thecoffeefaq.com/ -a -t markdown -d ./temp -w ./temp/whitelist.md

With a settling period

$ arachne crawl http://www.thecoffeefaq.com/ -d ./temp -b 5000 -o 9000

Windows & WSL2 Notes

Follow the instructions here to setup: https://github.com/puppeteer/puppeteer/issues/1837#issuecomment-689006806

You will need to start XLaunch before running the CLI, select multiple windows, no client, turn off access control.

Another option is to add -h flag to run headless (no browser application launched).

If the normal commands don't work, you might need to pass in the executablePath (-e) and run headless (-h).

$ arachne crawl http://www.thecoffeefaq.com/ -e  /usr/bin/google-chrome -h

Licenses

1.7.3

7 days ago

1.7.2

2 months ago

1.7.1

2 months ago

1.7.0

3 months ago

1.6.2

3 months ago

1.6.1

3 months ago

1.6.0

3 months ago

1.5.0

3 months ago

1.4.1

3 months ago

1.3.4

3 months ago

1.4.0

3 months ago

1.3.3

3 months ago

1.3.2

3 months ago

1.3.1

4 months ago

1.3.0

4 months ago

1.2.2

4 months ago

1.2.1

4 months ago

1.2.0

4 months ago

1.1.1

4 months ago

1.1.3

4 months ago

1.1.2

4 months ago

1.1.0

4 months ago

0.8.5

9 months ago

0.8.4

9 months ago

0.8.6

9 months ago

0.10.0

6 months ago

0.9.0

9 months ago

0.7.1

10 months ago

0.9.1

8 months ago

0.6.3

12 months ago

0.6.2

12 months ago

0.5.6

12 months ago

0.6.4

11 months ago

0.5.5

12 months ago

0.5.0

1 year ago

0.7.0

11 months ago

0.6.1

12 months ago

0.6.0

12 months ago

0.5.1

12 months ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.7

1 year ago

0.4.6

1 year ago

0.4.1

2 years ago

0.4.0

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.0.2

4 years ago