Interactive Bot Chat
go get "github.com/AAA-Intelligence/eve"
After starting the webserver open http://localhost:8080/register in your browser to create an account.
cd "%GOPATH%/src/github.com/AAA-Intelligence/eve"
make deps
make all
go build -o "eve.exe" "github.com/AAA-Intelligence/eve/cmd/eve"
eve.exe -http 8080
go build -o "eve" "github.com/AAA-Intelligence/eve/cmd/eve"
./eve -http 8080