Ironically the only auto reply bot app for Signal I found is closed source ...

https://www.getdroidtips.com/send-automated-replies-signal-app

... do you know any other bot app that can do auto replies and is open source?

15 points · 2 comments · view on lemmy.world

2 Comments

KotFlinte@feddit.de · 3 pts · 2y (1 reply)

Well, it might be kind of overkill, but basically you could use matrix to bridge to signal and then use a bot to do automatic answers.

The matrix ansible docker deploy playbook would be able to install everything you'd need for that:

  • synapse, the matrix server
  • mautrix-signal, the bridge to signal
  • maubot, which you could configure to do auto replies

All of those components are open source.

pexavc@lemmy.world · 1 pts · 2y

That’s really cool