A bot to replace a long-time lost friend on a Mattermost server
Make sure you have go 1.18 or higher or docker.
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.
Run the bot:
make
The entrypoint is in main.go. The pkg directory contains the config definition and generic functions which are useful for commands processing.