Want to use Twitter/X from the command line without a developer account or API key? XSH a Go CLI that uses your browser cookies. Try it here: xsh.devbyben.fr
Architecte logiciel | Passionné d’#opensource & créateur tech 🇫🇷👨💻 façonnant l’innovation numérique de demain | #gopher #golang #go addict 💙
- 2 posts
- 0 comments
Joined 4 months ago
Cake day: April 19th, 2026
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
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.




