Provide ways to send notifications to signal-cli through webhooks
Go to file
2024-03-01 14:09:48 +01:00
signal_webhook Signal: fix indent 2024-03-01 14:09:48 +01:00
.gitignore Initial commit 2022-03-22 14:15:16 +01:00
LICENSE Initial commit 2022-03-22 14:15:16 +01:00
README.md Update to use jsonrpc 2024-03-01 13:59:43 +01:00
requirements.txt Update to use jsonrpc 2024-03-01 13:59:43 +01:00

signal-webhook-handler

Provide ways to send notifications to signal-cli through webhooks

Install

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt

# Configure
cp signal_webhook/configuration.sample.py signal_webhook/configuration.py
$EDITOR signal_webhook/configuration.py