lidl twitch bot
Go to file
2022-06-04 02:40:43 +02:00
.github/workflows Create codeql-analysis.yml 2021-10-29 17:34:01 +02:00
cmd/bot add privatemessage base 2022-06-04 02:40:43 +02:00
internal/config asd 2022-04-26 06:30:53 +02:00
.gitignore start rewrite 2022-03-06 20:19:55 +01:00
Dockerfile have production as default 2021-10-29 17:19:41 +02:00
go.mod use go-twitch-irc v3 instead 2022-06-04 02:29:05 +02:00
go.sum use go-twitch-irc v3 instead 2022-06-04 02:29:05 +02:00
LICENSE add LICENSE 2021-10-20 00:03:38 +02:00
Makefile restructure 2022-03-10 23:00:37 +01:00
README.md update readme 2021-10-29 17:29:44 +02:00

nourybot

Near future abandoned project in development.

Docker:

Build:
    docker build -t nourybot .
Testing:
    docker run -it --rm nourybot
Run:
    docker run -d --rm nourybot

Make:

Development:
    make dev

Production:
    make prod