Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darvesh/remindmebot

A Telegram bot to set reminder to a message in a group.
https://github.com/darvesh/remindmebot

grammyjs reminder telegram-bot

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# RemindmeBot
Reddit-like !remindme function for groups!

> Running bot instance: [Thymise](https://t.me/thymisebot)


## 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`