darvesh / remindmebot

A Telegram bot to set reminder to a message in a group.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RemindmeBot

Reddit-like !remindme function for groups!

Running bot instance: Thymise


Usage Example

[By replying to a message]

/remindme 20d2h
/remindme 2minutes3seconds
/remindme 42h
/remindme 32minutes40s
/remindme 1000seconds
/remindme 60s1m //will remind you in 2 minutes
/remindme 20m1h //will remind you in 1hour 20 minute

[By writing a message]

/remindme 1h
Rewrite TypeScript in Rust

/remindme 2h
Buy Golang and delete it

Supports: s|sec|m|min|h|hr|d|day|second|seconds|minute|minutes|hour|hours|day|days


Dependencies

  1. Deno
  2. MongoDB

How to run

  1. cp example.config.ts config.ts
  2. Fill in config.ts
  3. deno run --allow-net mod.ts //whitelist URLs if you want

About

A Telegram bot to set reminder to a message in a group.


Languages

Language:TypeScript 100.0%