lidl twitch bot
Go to file
2021-12-19 02:50:28 +01:00
.github/workflows Create codeql-analysis.yml 2021-10-29 17:34:01 +02:00
cmd cleaning up 2021-12-13 20:53:24 +01:00
pkg fix whois test 2021-12-19 02:50:28 +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
\ change color command to take in a user parameter 2021-12-19 02:46:08 +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 remove helix stuff 2021-11-07 17:33:39 +01:00
go.sum remove helix stuff 2021-11-07 17:33:39 +01: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