remindee-bot

Telegram bot for managing reminders.

Quickstart

  1. Install [Rust].
  2. Setup your bot with @botfather.
  3. Install the crate:

console cargo install remindee-bot

  1. Start the bot:

```console remindee-bot --token --database

Alternatively, one can use environment variables:

export BOTTOKEN= export REMINDEEDB= # optional remindee-bot ```

  1. Send /start and follow the machine's instructions 🤖.

Features