Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 301 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 301 Bytes

github2ntfy

Simple web service to transform and forward GitHub Webhook to ntfy.sh notification

$ poetry install
$ export NTFY_ENDPOINT = 'http://example.com'
$ export NTFY_TOPIC = 'GitHub'
$ export GIT_WEBHOOK_SECRET = 'my_top_secret'
$ poetry run main.py