A matrix bot that handles reminders and knows your agenda.
v2
which is not backwards compatible. v1
is moved to the similiar named branch.
- Schedule reminders
- Edit and delete reminders
- Timezone support
- Natural language understanding
- Quick actions via reactions
- Daily message with open reminders for the day
- Repeatable reminders
- Import reminders from an Ical link (via API)
- iCal export of all reminders
- Allow bot to be invited (enable in settings)
- Whitelist of matrix accounts to interact with (enable in settings)
- HTTP API (enable in settings)
Not yet ported to v2
:
- Block users (via API)
The following features are seen as experimental, we do not recommend them for use in production. Data losses or data leaks might happen.
- Multi-User channels
See our contribution guidelines.
After you have installed the bot it will invite every user in the config in a channel. Accept the invite and you are ready to interact with it.
To make a new reminder talk to the bot like this:
make laundry at sunday 16:00
walking with the dog 6am
brunch with alan at sunday
It tries to understand your natural language as best as it can.
To get all commands just type one of these lines:
commands
list all commands
show all commands
help
See our installation guides. We provide docker container images or you can build the binary yourself.
Take a look into our wiki. It provides you with further information and troubleshooting guides.
The bot offers an API. It needs to be enabled in the settings where the api key for the "Admin-Authentication" needs to be set.
Checkout the API documentation.