Merge pull request #738 from CodeShellDev/master

Add Secured-Signal-API to Third Party Apps
This commit is contained in:
Bernhard B. 2025-08-26 23:23:53 +02:00 committed by GitHub
commit 221762b935
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,10 +61,10 @@ The `signal-cli-rest-api` supports three different modes of execution, which can
| mode | speed | resident memory usage |
|-------------:|:------------|:------------|
| `normal` | :heavy_check_mark: | normal
| `native` | :heavy_check_mark: :heavy_check_mark: | normal
| `json-rpc` | :heavy_check_mark: :heavy_check_mark: :heavy_check_mark: | increased
| ---------: | :------------------------------------------------------- | :-------------------- |
| `normal` | :heavy_check_mark: | normal |
| `native` | :heavy_check_mark: :heavy_check_mark: | normal |
| `json-rpc` | :heavy_check_mark: :heavy_check_mark: :heavy_check_mark: | increased |
**Example of running `signal-cli-rest` in `native` mode**
@ -117,12 +117,13 @@ The Swagger API documentation can be found [here](https://bbernhard.github.io/si
### Clients, Libraries and Scripts
| Name | Type | Language | Description |Maintainer |
| ------------- |:------:|:-----:|---|:-----:|
| [pysignalclirestapi](https://pypi.org/project/pysignalclirestapi/) | Library | Python | Small python library | [@bbernhard](https://github.com/bbernhard)
| [signalbot](https://pypi.org/project/signalbot/) | Library | Python | Framework to build Signal bots | [@filipre](https://github.com/filipre)
| Name | Type | Language | Description | Maintainer |
| ------------------------------------------------------------------------ | :-----: | :--------: | -------------------------------------- | :------------------------------------------------: |
| [pysignalclirestapi](https://pypi.org/project/pysignalclirestapi/) | Library | Python | Small python library | [@bbernhard](https://github.com/bbernhard) |
| [signalbot](https://pypi.org/project/signalbot/) | Library | Python | Framework to build Signal bots | [@filipre](https://github.com/filipre) |
| [signal-cli-to-file](https://github.com/jneidel/signal-cli-to-file) | Script | JavaScript | Save incoming signal messages as files | [@jneidel](https://github.com/jneidel) |
| [signal-rest-ts](https://www.npmjs.com/package/signal-rest-ts) | Library | TypeScript | TypeScript module to build Signal bots | [@pseudogeneric](https://github.com/pseudogeneric) |
| [secured-signal-api](https://github.com/codeshelldev/secured-signal-api) | Proxy | Go | Docker Proxy for Signal REST API | [@codeshelldev](https://github.com/codeshelldev) |
In case you need more functionality, please **file a ticket** or **create a PR**.