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

  • @[email protected]
    link
    fedilink
    English
    310 months ago

    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
      link
      English
      110 months ago

      That’s really cool