Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/darvesh/remindmebot
- Owner: darvesh
- Created: 2021-12-09T18:29:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T18:30:38.000Z (over 2 years ago)
- Last Synced: 2024-02-14T06:36:02.069Z (9 months ago)
- Topics: grammyjs, reminder, telegram-bot
- Language: TypeScript
- Homepage:
- Size: 143 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-grammY - darvesh/remindmebot - Set reminder to a message in a group. [ᴜsᴇ](https://t.me/thymisebot) (Bots)
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`