All Projects → maubot → reminder

maubot / reminder

Licence: AGPL-3.0 license
A maubot plugin to remind you about things.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to reminder

gitlab
A GitLab client and webhook receiver for maubot.
Stars: ✭ 86 (+186.67%)
Mutual labels:  maubot
PollMaubot
A polling plugin for Riot (using maubot)
Stars: ✭ 18 (-40%)
Mutual labels:  maubot
xkcd
A maubot plugin to view xkcd comics
Stars: ✭ 15 (-50%)
Mutual labels:  maubot
github
A GitHub client and webhook receiver for maubot
Stars: ✭ 31 (+3.33%)
Mutual labels:  maubot

reminder

A maubot to remind you about things.

Usage

Use !remind <date> <message> to set a reminder. To subscribe to a reminder set by someone else, upvote the message with a 👍 reaction. To cancel a reminder, remove the message or reaction. After the reminder fires, you can re-schedule it with !reminder again <date>.

<date> can be a time delta (e.g. 2 days 1.5 hours or friday at 15:00) or an absolute date (e.g. 2020-03-27 15:00).

Note that subscribing to and cancelling reminders is only possible before the last minute. Each minute reminders that are scheduled to go off during that minute are sent to the event loop, at which point their target user list can no longer be updated.

To set the timezone for date parsing and output for your messages, use !remind tz <timezone>. It's recommended to use a TZ database name, but anything supported by Pytz will work.

Similarly, you can set the locale for date parsing with !remind locale <list of locales>. If you provide multiple locales, each one will be tried for parsing your input until one matches. Unlike the timezone, the locale only affects input, not output. You can view available locales using !remind locales. You can also contribute new locales by making a pull request (see locales.py, content warning: long regexes).

To list your upcoming reminders, use !remind list

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].