Skip to content

signal-cli-rest-api is a wrapper around signal-cli and allows you to interact with it through http requests

License

Notifications You must be signed in to change notification settings

kahrpatrick/signal-cli-rest-api

 
 

Repository files navigation

signal-cli-rest-api

signal-cli-rest-api is a wrapper around signal-cli and allows you to interact with it through http requests.

This is a fork of the original repository by SebastianLuebke. It comes with additional features:

  • Dockerfile with unprivileged user
  • String escaping to prevent shell injections
  • API endpoint for the Grafana Webhook notification channel

Running the Docker image

docker run -p 8000:8000 -v /path/to/your/signal/dir:/srv/signal/.local/share/signal-cli signal-cli-rest-api

About

signal-cli-rest-api is a wrapper around signal-cli and allows you to interact with it through http requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.4%
  • Dockerfile 7.8%
  • Shell 2.8%