No description
Find a file
2024-06-13 16:45:00 -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 feat: New command and link update 2024-06-13 16:45:00 -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
LICENSE Licence 2021-08-06 22:38:40 -07:00
Makefile merge order and static linking 2022-01-22 10:21:27 -08: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