A simple bot that helps to manage ban appeals on a Xenforo forum.
This is a specific use case, which utilises Vyhub API to check if a player is banned on a specific server and Xenforo API to pass the ban appeal to a specific appeal post.
Originally made by Vin, and now maintained by Votton
- Create a .env file
- Add the following environment variables to the file:
DB_HOST=""
DB_USER=""
DB_PASSWORD=""
DB_NAME=""
VYHUB_API_URL=""
VYHUB_API_KEY=""
XF_URL=""
XF_API_KEY=""
FORUM_NODE_ID=
FORUM_PREFIX=
- Run
npm install
- Run
npm run build
- Run
npm run start
This is a fork of my original project that was using GExtension instead, which can be found here.