Milesjpool / web-crawler

A simple web-crawler application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

web-crawler

A simple web-crawler application.

Getting started

  1. Clone this repo git clone git@github.com:Milesjpool/web-crawler.git && cd web-crawler
  2. Run the tests go test -v ./...
  3. Build the executable go build
  4. Crawl the web ./web-crawler http://my.target.domain *

* Or to write output to a file ./web-crawler http://my.target.domain > output.json

About

A simple web-crawler application.


Languages

Language:Go 100.0%