lidl twitch bot
Go to file
2021-10-31 12:59:29 +01:00
.github/workflows Create codeql-analysis.yml 2021-10-29 17:34:01 +02:00
cmd protect against smol trollings with echo commmand 2021-10-31 12:59:29 +01:00
pkg protect against smol trollings with echo commmand 2021-10-31 12:59:29 +01:00
.env.example add mongo uri to .env.example 2021-10-28 21:12:26 +02:00
.gitignore add lidl banphrase 2021-10-20 22:13:19 +02:00
commands.md typo 2021-10-23 22:17:46 +02:00
Dockerfile have production as default 2021-10-29 17:19:41 +02:00
go.mod bit refactoring 2021-10-27 15:39:21 +02:00
go.sum bit refactoring 2021-10-27 15:39:21 +02:00
LICENSE add LICENSE 2021-10-20 00:03:38 +02:00
Makefile have production as default 2021-10-29 17:19:41 +02: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