Working copy of watbot by wuselfuz. This is a modified version by **** in golang.
Go to file
Pratyush Desai 196056099b
readme
Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2023-10-04 13:24:11 +05:30
init/systemd Init systemd service 2022-02-02 16:36:36 +01:00
wat initial commit 2021-03-10 19:33:48 +05:30
.gitignore added admin command for impersonating any irc command 2018-10-21 13:14:08 +01:00
build fixes #7 2019-06-28 18:54:32 +01:00
count Reimplemented python bot in golang, skipped a few features 2018-10-21 13:04:35 +01:00
DOCKERFILE runs in a container in a pod 2023-10-04 13:18:16 +05:30
go.mod initial commit 2021-03-10 19:33:48 +05:30
go.sum initial commit 2021-03-10 19:33:48 +05:30
LICENSE Initial commit 2018-10-19 23:30:20 +00:00
main.go runs in a container in a pod 2023-10-04 13:18:16 +05:30
README.md readme 2023-10-04 13:24:11 +05:30
watbot initial commit 2021-03-10 19:33:48 +05:30

watbot

ported watbot from wuselfuzz

Installation

Prerequisites

  • podman
  • git

Setup

  • git clone <repo>
  • cd <repo>
  • podman build -f DOCKERFILE
  • `podman run

Note: You might wanna detach at the end there.