No description
src | ||
.gitignore | ||
boardsourcebot.nimble | ||
boardsourcebot.service | ||
commands.yaml | ||
docker-compose.yml | ||
Dockerfile | ||
dockerrun.sh | ||
LICENSE | ||
Makefile | ||
nim.cfg | ||
README.md |
Boardsource bot
Boardsourcebot is designed to make the lives or the boardsource mods easier to help deal with repeat questions
Requirements
- Install Nim using choosenim or Nim's website
- Install Nimble from nimble
Building
Copy src/config.nim.example
to src/config.nim
and add api key, as well as
adjusting the command prefix if desired.
make release
or make debug
Installing
To install, compile and then run
sudo make install
Docker
This can also be built and run with docker. Simply run
dockerrun.sh