Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
adrifcastr edited this page Feb 18, 2020 · 5 revisions

Welcome to the Gideon wiki!

Bot Self-hosting Setup Instructions:

  • Clone the repo and install the dependencies
git clone https://github.com/adrifcastr/Gideon.git
[Windows] npm install --global --production windows-build-tools
[Linux/Mac OS] sudo apt-get install gcc
npm install
npm install -g nodemon
  • Setup dotenv (.env) environment variables
CLIENT_TOKEN=yourdiscordapitoken
OPS_USER=youropensubtitlesusername
OPS_PASS=youropensubtitlespassword
OPS_UA=youropensubtitlesuseragent
IMG_CL=yourimgurimageclient
LOG_WEBHOOK_URL=yourwebhookurl
GOOGLE_API_KEY=yourgoogleapikey
GITHUB_OAUTH_TOKEN=yourgithuboauthtoken
WITAI_TOKEN=yourwitaitoken
  • Run the bot

Windows OS:
start.bat (monitors file changes)

Linux/Mac OS
./start.sh (monitors file changes)

Clone this wiki locally