# signal-webhook-handler Provide ways to send notifications to signal-cli through webhooks ## Install ```bash 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 ```