signal-cli-rest-api
signal-cli-rest-api copied to clipboard
Dockerized Signal Messenger REST API
### The problem Actual im trying this docker and try to send a json like this: `{ "message": "{{event}} \n{{subject}} \n{{message}} \n{{image}}", "number": "+0000", "recipients": [ "+000000" ] }` The...
### The problem Hi! I am trying to use the dockerised service together with the [Nextcloud two-factor gateway app](https://nextcloud-twofactor-gateway.readthedocs.io/en/latest/Admin%20Documentation/). It doesn't work and in the log I see error 404...
Please, add the possibility to get the registered number.
### Feature Request The `receive` endpoint now only supports the `timeout` argument, but the CLI also provides the following configs: ```text usage: signal-cli receive [-h] [-t TIMEOUT] [--max-messages MAX_MESSAGES] [--ignore-attachments]...
### Feature Request The existing logging functionality is super helpful if you're looking at the logs from a full-fledged terminal with color support, etc. But when logs are consumed via...
### The problem So I'm using the API to perform some automation with 10-20 different numbers and have started seeing `400` responses from the API recently. I went into the...
### Introduce a reusable logical invocation layer Hi there, I like the effort that went into wrapping the Java CLI into a well working REST service. The decent error handling...
### The problem I am using a docker image and running it inside the container and I want to know how I can detect if the user has successfully scanned...
### Feature Request The ability to skip QR encoding for [`/v1/qrcodelink`](https://bbernhard.github.io/signal-cli-rest-api/#/Devices/get_v1_qrcodelink), and instead directly return `tsdeviceLink`, seen in: https://github.com/bbernhard/signal-cli-rest-api/blob/3f898ba3d4ab578d8f3e7eaa2701e60ec3bb9db2/src/client/client.go#L902-L925
### The problem Hi, After many tests on sending a message to one or more numbers. It works correctly But I try several synthaxes for sending to a group but...