matrix-haiku-bot
Sends a haiku to the room if your message can be one. Talk about it in #haiku:t2bot.io.
Usage
- Invite
@haiku:t2bot.io
to a room - Send a haiku-compatible message
Building your own
- Clone this repository
npm install
- Copy
config/default.yaml
toconfig/production.yaml
- Edit the values of
config/production.yaml
to match your needs npm run build
- Run the bot with
NODE_ENV=production node lib/index.js