Kruhlmann / gatekeeper

Fight club CAPTCHA bot
GNU General Public License v3.0
1 stars 4 forks source link
bot captcha discord-bot postgres-database typescipt world-of-warcraft-classic

Gatekeeper discord bot

Discord Server Build Status Maintainability

Setup

To invite the bot click this link (or the image above) as the server owner. Invite the bot to the server of your choice and, if necessary, promote it to allow for administrative tasks.

Usage

Local setup

Dependencies

If you want to run your own instance of the bot the following packages are required:

Make sure to create the gatekeeper database and run the migration to create the tables.

postgres=# CREATE DATABASE gatekeeper;
CREATE DATABASE
postgres=# \q
git clone https://github.com/Kruhlmann/gatekeeper
cd gatekeeper
yarn install
yarn run upgrade

You must rename config.json.example to config.json and fill it in with the required details.

Environment variables