1.0.0 • Published 1 year ago

xenforobanappealsbot v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Willard Networks Xenforo Appeal bot

a simple bot that helps to manage ban appeals on https://willard.network forum

this is a specific case use, which uses both Xenforo and GExtension of Garry's Mod

Originally made by Vin, and now maintained by Votton

Instructions:

  1. Create a .env file.
  2. Add following fields to the .env file:
XF_URL=""
XF_API_KEY=""
XF_DB_HOST=""
XF_DB_USER=""
XF_DB_PASS=""
XF_DB_NAME=""
PANEL_DB_HOST=""
PANEL_DB_USER=""
PANEL_DB_PASS=""
PANEL_DB_NAME=""
FORUM_NODE_ID=""
FORUM_PREFIX=""
GEXTENSION_PANEL_URL=""
  1. Run the bot.js script. node bot.js

You may have to modify bot.js still to fit your needs.