lidl twitch bot
Go to file
2022-08-11 01:49:49 +02:00
.github/workflows change to go version 1.19 2022-08-07 21:43:21 +02:00
cmd/bot query the database on a command and send it if it exists 2022-08-11 01:49:49 +02:00
internal/data implement adding commands to the database 2022-08-11 01:18:51 +02:00
migrations query the database on a command and send it if it exists 2022-08-11 01:49:49 +02:00
pkg query the database on a command and send it if it exists 2022-08-11 01:49:49 +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 require lib/pq directly 2022-08-10 16:52:37 +02:00
go.sum add lib/pq 2022-08-08 23:12:59 +02:00
LICENSE add LICENSE 2021-10-20 00:03:38 +02:00
Makefile add jq option 2022-08-07 16:08:25 +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