MCPcopy Index your code
hub / github.com/IAmStoxe/urlgrab

github.com/IAmStoxe/urlgrab @0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.1 ↗ · + Follow
3 symbols 9 edges 1 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

urlgrab

A golang utility to spider through a website searching for additional links.

Installation

Options
  1. Clone this repository and build
  2. Download the latest available release from the releases page (if available).
  3. Execute the below go get command
go get -u github.com/iamstoxe/urlgrab

Usage

urlgrab --url=https://httpbin.org/links/200/0 \
        --depth=3 \ # Go 3 levels deep
        --threads=10 \ # Utilize 10 threads
        --delay=2000 \ # Randomly apply a 2000ms delay
        --random-agent # Utilize a random user-agent
Note

urlgrab will only visit links that at either the same domain as the specified starting url or a subdomain of the starting url.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Core symbols most depended-on inside this repo

writeOutput
called by 2
main.go
arrayContains
called by 1
main.go
main
called by 0
main.go

Shape

Function 3

Languages

Go100%

Modules by API surface

main.go3 symbols

For agents

$ claude mcp add urlgrab \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact