grawl

command module
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2025 License: MIT Imports: 1 Imported by: 0

README

GRAWL

Grawl is a sitemap crawler tool written in golang. The primary purpose of grawl is to crawl your sitemaps and check the health of the pages enlisted in the sitemaps

Installation

You can install grawl with go install with the following command

go install github.com/aashan10/grawl@latest

Once this command runs, you'll have grawl binary in your $GOPATH/bin directory (usually $HOME/go/bin)

If you want this binary globally, make sure to include export PATH="$PATH:$HOME/go/bin" in your shell configuration file

Usage

Use grawl help command to list out all the available options.

Crawling Sitemap

Use grawl scan <your-sitemap-root-url> to start scanning the sitemaps.

If you are using https locally and do not have a valid certificate, add -k flag with grawl scan to skip TLS certificate check. For more info, run grawl scan -h

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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