my fork of profit's annoy-antiroach bot
Go to file
dave ec618653e6 remote control mode 2021-05-25 21:45:23 -07:00
cmd/swarm remote control mode 2021-05-25 21:45:23 -07:00
vendor vendor deps 2021-05-20 18:09:29 -07:00
.dockerignore zmq and refactor 2021-05-20 18:07:24 -07:00
.gitignore initial commit 2019-08-05 16:57:01 -07:00
Dockerfile zmq and refactor 2021-05-20 18:07:24 -07:00
Makefile zmq and refactor 2021-05-20 18:07:24 -07:00
README.md proxy support, fix 1.15 builds 2020-08-15 15:59:04 -07:00
antiroach.yml initial commit 2019-08-05 16:57:01 -07:00
go.mod zmq and refactor 2021-05-20 18:07:24 -07:00
go.sum zmq and refactor 2021-05-20 18:07:24 -07:00

README.md

antiroachlol

Building server binary

# You need golang...
CGO_ENABLED=0 go build ./...

Building docker

docker build -t antiroachlol
docker tag antiroachlol your.docker.endpoint.here/name
docker push your.docker.endpoint.here/name

Building kubernetes

Edit antiroach.yml to match the docker name and desired replicas you put above and then apply it

kubectl apply -f antiroach.yml

Run with proxy

ALL_PROXY=socks5://localhost:1243 ./swarm