Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fnkr/gocrawl

Simple web crawler.
https://github.com/fnkr/gocrawl

crawler http-client

Last synced: 23 days ago
JSON representation

Simple web crawler.

Awesome Lists containing this project

README

        

# [gocrawl](https://github.com/fnkr/gocrawl)

Simple http crawler, written in Go.

## Usage example

```
$ gocrawl -url https://www.example.com -threads 10
```

Run `gocrawl -help` for help.