Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umayr/hungrilla
A multi threaded eatoye crawler.
https://github.com/umayr/hungrilla
Last synced: 9 days ago
JSON representation
A multi threaded eatoye crawler.
- Host: GitHub
- URL: https://github.com/umayr/hungrilla
- Owner: umayr
- License: mit
- Created: 2016-11-18T09:47:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T12:43:57.000Z (about 8 years ago)
- Last Synced: 2024-11-07T03:48:22.360Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hungrilla
### Setup
```bash
# check version of go, should be greater than 1.6 and vendoring enabled
λ go version
go version go1.7 linux/amd64# glide should be installed
λ glide -v
glide version v0.11.1# get the project source
λ go get github.com/umayr/hungrilla# change directory to source
λ cd $GOPATH/src/github.com/umayr/hungrilla# install dependencies
λ glide install# create development configurations
λ cp conf/development.yaml.sample conf/development.yaml# execute the crawler
λ go run cmd/crawler/main.go
```