A library for building Keybase Bots using scala. And now also Keybase bots using the official java API SDK.
To create a bot the user must create a Bot that has BotActions. A BotAction takes messages passed to the Bot and responds according to the Action. An Action is the command passed to the Bot (eg: !help, help would be the Action).
An example bot is available at example/src
. And can be run via the following command
vi example/secrets.env # Follow example/README.md
./ci example # This will launch ExampleBot in docker
The authors are not responsible for any damage caused by a the use of this project. Use only under your own risk.
Please read the LICENSE file on this repo.
- More documentation. Sorry :c
- Scala 3