Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 651 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 651 Bytes

jujubot

A bot to replace a long-time lost friend on a Mattermost server

How to use

  1. Make sure you have go 1.18 or higher or docker.

  2. Create configuration files from the templates:

mkdir -p data
cp config.yaml.template data/config.yaml

Note: Don't forget to update the configuration file to match your environment.

  1. Run the bot: make

Structure

The entrypoint is in main.go. The pkg directory contains the config definition and generic functions which are useful for commands processing.

TODO

  • Docker image
  • Helm chart
  • Dota mmr command
  • Reproduce huel cheeky behavior (we're getting there)