lidl twitch bot
Go to file
2022-03-10 23:41:13 +01:00
.github/workflows Create codeql-analysis.yml 2021-10-29 17:34:01 +02:00
cmd/bot add database models 2022-03-10 23:41:13 +01:00
internal restructure 2022-03-10 23:00:37 +01:00
migrations restructure 2022-03-10 23:00:37 +01:00
pkg/models add database models 2022-03-10 23:41:13 +01:00
.env.example add mongo uri to .env.example 2021-10-28 21:12:26 +02:00
.gitignore start rewrite 2022-03-06 20:19:55 +01: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 add database models 2022-03-10 23:41:13 +01:00
go.sum add database models 2022-03-10 23:41:13 +01: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