https://github.com/fnkr/gocrawl
Simple web crawler.
https://github.com/fnkr/gocrawl
crawler http-client
Last synced: over 1 year ago
JSON representation
Simple web crawler.
- Host: GitHub
- URL: https://github.com/fnkr/gocrawl
- Owner: fnkr
- License: mit
- Created: 2018-07-13T19:10:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T13:29:31.000Z (over 4 years ago)
- Last Synced: 2025-01-28T23:22:34.367Z (over 1 year ago)
- Topics: crawler, http-client
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.