https://github.com/juzser/rocket.chat-reminder
Advanced Rocket.Chat reminder, easy to use, a lot of features
https://github.com/juzser/rocket.chat-reminder
reminder reminder-bot rocketchat rocketchat-app scheduler
Last synced: about 2 months ago
JSON representation
Advanced Rocket.Chat reminder, easy to use, a lot of features
- Host: GitHub
- URL: https://github.com/juzser/rocket.chat-reminder
- Owner: juzser
- License: mit
- Created: 2023-02-01T03:42:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T08:49:48.000Z (2 months ago)
- Last Synced: 2025-04-06T15:48:56.260Z (about 2 months ago)
- Topics: reminder, reminder-bot, rocketchat, rocketchat-app, scheduler
- Language: TypeScript
- Homepage:
- Size: 163 KB
- Stars: 8
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rocket.Chat Reminder App

Awesome Reminder app for Rocket.Chat.
I have created this app for my own use, but I thought it might be useful for others as well.
If you need English version, just let me know, I prepared translation feature, so it should be easy to translate.## Features
- One time & frequency remind.
- View active, completed reminders.
- Pause/Resume reminders.
- Remind to yourself, channel or other users.
- Quote a message in reminder.
- Easy to use & fully performance optimization.## Installation
1. Go to Admin > Settings > General.
2. Open the Apps section.
3. Turn on the `Enable Development Mode` option.
4. Go to [Release Page here](https://github.com/juzser/Rocket.Chat-reminder/releases).
5. Download the package as zip file.
6. Go to your Admin > Apps > Click on `Upload Apps` button at the top-right corner.
7. Upload the zip file you've downloaded.
8. Enjoy!## Remind to other users & channels
To get users or channels list, you have to go to **Settings** then change the `Default Channel` to your general channel name.
Then disable ~> re-enable the app to get effect.## Migration
The migration command to migrate if the schedule jobs are missing or the time is not correct.
Only available for admin users.```bash
/cukoo-remind migrate
```## Translation
To translation the app, you have to pull the repo to your local.
Take focus on `i18n` & `src/lang` directory, create a file with the name as your language code (e.g: fr, it,...)
Then translate the text in these by your language.Update the `src/lang/index.ts`
Then run `rc-apps deploy ...` to deploy the app to your server.---
Feel free to let me know if you have any issue.
Make the Rocket.Chat great as usual.