Scrawl is a simple command line tool to scrape links from a website.
You can install Scrawl using go install command.
go install github.com/enindu/scrawl@latest
You can run Scrawl using following syntax.
scrawl [flags]
Display version message:
scrawl -v
Display help message:
scrawl -h
This software is licensed under the GNU General Public License v3.0. You can view full license here.