Provide ways to send notifications to signal-cli through webhooks
Go to file
2022-03-22 14:15:16 +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 Initial commit 2022-03-22 14:15:16 +01:00

signal-webhook-handler

Provide ways to send notifications to signal-cli through webhooks

Install

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

Beware! Sending messages to Signal requires gi, which cannot be installed in a virtualenv; hence the need for --system-site-packages.