2020-08-15 16:24:25 -07:00
2020-08-15 16:24:25 -07:00
2019-08-05 16:57:01 -07:00
2019-08-05 16:57:01 -07:00
2019-08-05 16:57:01 -07:00
2020-08-15 15:59:04 -07:00
2020-08-15 15:59:04 -07:00

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
Description
my fork of profit's annoy-antiroach bot
Readme 152 KiB
Languages
Go 97.4%
Makefile 2.3%
Dockerfile 0.3%