webxcrawler_go

command module
v0.0.0-...-162327c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2023 License: MIT Imports: 9 Imported by: 0

README

WebXCrawler

WebXCrawler is a fast static crawler to crawl a website and get all the links.

Installation

If you have Go installed and configured (i.e. with $GOPATH/bin in your $PATH):

▶ go get -u github.com/shivamsaraswat/webxcrawler_go

Using the WebXCrawler

To run the WebXCrawler on a website, use the '-u' flag and provide the URL as an argument:

▶ ./webxcrawler_go -u URL

For an overview of all commands use the following command:

██╗    ██╗███████╗██████╗ ██╗  ██╗ ██████╗██████╗  █████╗ ██╗    ██╗██╗     ███████╗██████╗
██║    ██║██╔════╝██╔══██╗╚██╗██╔╝██╔════╝██╔══██╗██╔══██╗██║    ██║██║     ██╔════╝██╔══██╗
██║ █╗ ██║█████╗  ██████╔╝ ╚███╔╝ ██║     ██████╔╝███████║██║ █╗ ██║██║     █████╗  ██████╔╝
██║███╗██║██╔══╝  ██╔══██╗ ██╔██╗ ██║     ██╔══██╗██╔══██║██║███╗██║██║     ██╔══╝  ██╔══██╗
╚███╔███╔╝███████╗██████╔╝██╔╝ ██╗╚██████╗██║  ██║██║  ██║╚███╔███╔╝███████╗███████╗██║  ██║
 ╚══╝╚══╝ ╚══════╝╚═════╝ ╚═╝  ╚═╝ ╚═════╝╚═╝  ╚═╝╚═╝  ╚═╝ ╚══╝╚══╝ ╚══════╝╚══════╝╚═╝  ╚═╝
                                            Coded with Love by Shivam Saraswat (@cybersapien)
WebXCrawler is a fast static crawler to crawl a website and get all the links.

Usage:
  ./webxcrawler_go [flags]

Flags:
   -u, -url string     target url
   -d, -depth int      maximum depth to crawl (default 2)
   -t, -threads int    number of threads to use (default 10)
   -o, -output string  file to write output to
   -V, -version        show webxcrawler version number and exit

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL