remindee-bot 0.2.3

Reminder bot for Telegram without bullshit
remindee-bot-0.2.3 is not a library.

Stand With Ukraine

remindee-bot

Telegram bot for managing reminders.

Quickstart

  1. Install Rust.
  2. Setup your bot with @botfather.
  3. Install the crate by running the following command in your terminal:
cargo install remindee-bot
  1. Start the bot:
remindee-bot --token <BOT TOKEN> --database <FILE>

Alternatively, you can use environment variables to specify the token and the database location.

export BOT_TOKEN=<BOT TOKEN>
export REMINDEE_DB=<FILE> # optional
remindee-bot
  1. Send the /start command to the bot and follow its instructions 🤖.

Setting reminders

The formats descriptions with examples can be viewed at readthedocs or docs/index.rst.

You may also find it useful to refer to the pest grammar playground to try out some reminders and see how they are parsed (select reminder at the bottom of the list of choices next to the second code block and play with it).