lemmyremindyou

LemmyRemindYou

Static Badge

This is a Reminder Bot for your Lemmy server. By simply mentioning the bot in a comment along with a desired time frame, users can set reminders and receive notifications once the specified timer expires.

Usage

Syntax

@YourBot@example.com TIME OPTION "MESSAGE"

TIME, MESSAGE OPTION and MENTION can come in any order.

Example: @remindme@lemmy.icyserver.eu 4years 2d 3 mins and 2 seconds "Your Reminder"

Options

| | | | ——– | ————— | | iso | this will retrun the date and time in iso formation (YYYY-MM-DD at HH:MM:SS) |

Setup

Run the docker-compose file with following Environment variables | ENV | DESCRIPTION | | ————— | —————————- | | USERNAME | username of bot account | | PASSWORD | password of bot account | | HOST | Lemmy instance domain | | DATABASE_URL | postgres database url | | UPDATE_INTERVAL | By default, the bot scans for new mentions with a waiting time of 30 seconds. Reducing this interval can enhance response time, but it will also increase the load on the system |