Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Hungrilla logo

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
```