No description
Find a file
2021-06-27 12:24:49 -07:00
src make pretty, typo fix 2021-05-13 17:53:54 -07:00
.gitignore Moved to yaml for easier command adding 2021-05-06 15:57:32 -07:00
boardsourcebot.nimble Moved to yaml for easier command adding 2021-05-06 15:57:32 -07:00
boardsourcebot.service First commit 2021-05-04 17:08:48 -07:00
commands.yaml help command 2021-06-27 12:24:49 -07:00
docker-compose.yml docker-compose 2021-06-27 01:21:57 -07:00
Dockerfile First commit 2021-05-04 17:08:48 -07:00
dockerrun.sh First commit 2021-05-04 17:08:48 -07:00
Makefile Makefile and readme fix 2021-05-04 17:13:53 -07:00
nim.cfg First commit 2021-05-04 17:08:48 -07:00
README.md make pretty, typo fix 2021-05-13 17:53:54 -07:00

Boardsource bot

Boardsourcebot is designed to make the lives or the boardsource mods easier to help deal with repeat questions

Requirements

  1. Install Nim using choosenim or Nim's website
  2. 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