There was an error while loading. Please reload this page.
BotArcAPI needs NodeJS to working correctly
$ sudo apt update $ sudo apt install nodejs npm
Click here to download latest stable version
Maybe you need to install node-pre-gyp to compiling sqlite3 and sqlite-async node module
node-pre-gyp
$ npm i -g node-pre-gyp
$ cd ./botarcapi \ && npm i \ && npm i -g typescript \ && tsc --build tsconfig.json
$ npm start
You could edit source/corefunc/config.ts directly or using environment variables via batch or sh scripts.
source/corefunc/config.ts
For example (windows)
@echo off set BOTARCAPI_CONFIG={"SERVER_PORT": 80, "BOTARCAPI_VERSTR": "Hello"} npm start pause
Click here to view all available field
Home