9d62be0869 | ||
---|---|---|
bible_databases@af7500915b | ||
.dockerignore | ||
.gitignore | ||
.gitmodules | ||
Dockerfile | ||
README.md | ||
bible.go | ||
docker-compose.yaml | ||
go.mod | ||
go.sum | ||
main.go | ||
rdrama.go |
README.md
BibleBot
Setup
BibleBot relies on scrollmapper/bible_databases for references. Download the databases with:
git submodule init
git submodule update
Ensure Docker and docker-compose are installed
Create a file called .env
and add the following to it:
RDRAMA_API_TOKEN=
RDRAMA_URL=https://rdrama.net
MARIADB_RANDOM_ROOT_PASSWORD=yes
MARIADB_USER=admin
MARIADB_PASSWORD=mysafeadminpassword
MARIADB_DATABASE=bible
BIBLEDB_HOST=bibledb
BIBLEBOT_ID=
Fill in your RDRAMA_API_TOKEN
and BIBLEBOT_ID
. You can change the user and password.