From 45be8e02ae36c1e1f38d379841d04c6442e21a5d Mon Sep 17 00:00:00 2001 From: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Date: Thu, 1 Sep 2022 12:40:31 +0200 Subject: [PATCH 1/2] add related projects to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ee3eca3..d47ff83 100644 --- a/README.md +++ b/README.md @@ -243,3 +243,14 @@ An alarm can be silenced with the following command: ## Development Please see [CONTRIBUTING.md](CONTRIBUTING.md). + +## Related +- https://github.com/maubot/reminder (Maubot, Python) +- https://github.com/cromo/mx-timer-bot (TypeScript) +- https://github.com/CubicrootXYZ/RemindMe (Golang) +- https://github.com/ilikeorangutans/jarvis (Golang) +- https://github.com/erikjohnston/reminderbot (Rust) +- https://github.com/turt2live/matrix-ics-bot (ical, TypeScript) +- https://gitlab.com/uhoreg/matrix_daily_calendar (CalDAV, Python) +- https://github.com/matrix-org/matrix-hookshot (Atom/RSS/Webhooks, TypeScript) +- https://github.com/matrix-org/go-neb (Atom/RSS, Golang) From a765468849a556c5f15d7a3cab443d7d64aa7bdf Mon Sep 17 00:00:00 2001 From: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Date: Wed, 14 Aug 2024 22:23:37 +0200 Subject: [PATCH 2/2] Add YARB to related projects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d47ff83..8771305 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,7 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md). - https://github.com/CubicrootXYZ/RemindMe (Golang) - https://github.com/ilikeorangutans/jarvis (Golang) - https://github.com/erikjohnston/reminderbot (Rust) +- https://github.com/dfuchss/YARB (Kotlin) - https://github.com/turt2live/matrix-ics-bot (ical, TypeScript) - https://gitlab.com/uhoreg/matrix_daily_calendar (CalDAV, Python) - https://github.com/matrix-org/matrix-hookshot (Atom/RSS/Webhooks, TypeScript)