Go to file
GeneralHurricane 9d62be0869 IT WORK! 2022-12-18 21:22:21 -06:00
bible_databases@af7500915b add db submodule 2022-12-17 22:19:43 -06:00
.dockerignore IT WORK! 2022-12-18 21:22:21 -06:00
.gitignore thy word is a lamp unto my feet 2022-12-17 22:08:07 -06:00
.gitmodules add db submodule 2022-12-17 22:19:43 -06:00
Dockerfile IT WORK! 2022-12-18 21:22:21 -06:00
README.md IT WORK! 2022-12-18 21:22:21 -06:00
bible.go IT WORK! 2022-12-18 21:22:21 -06:00
docker-compose.yaml IT WORK! 2022-12-18 21:22:21 -06:00
go.mod IT WORK! 2022-12-18 21:22:21 -06:00
go.sum IT WORK! 2022-12-18 21:22:21 -06:00
main.go IT WORK! 2022-12-18 21:22:21 -06:00
rdrama.go IT WORK! 2022-12-18 21:22:21 -06:00

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.