Hello 👋
I was frustrated by how difficult it was to send simple automated messages on Signal without diving into complex protocol specs. Most existing solutions felt too low-level for a quick project.
I made this SDK to wrap signal-cli. It uses a persistent JSON-RPC connection to keep things fast and includes a basic bot framework for routing commands.
It’s built with TypeScript and Node.js: https://github.com/benoitpetit/signal-sdk
I’d really appreciate some feedback on the architecture, especially how I’m managing the background process.