An open API service indexing awesome lists of open source software.

https://github.com/feisuzhu/github2ntfy

Simple web service to transform and forward GitHub Webhook to ntfy.sh notification
https://github.com/feisuzhu/github2ntfy

github-webhook github-webhooks ntfy ntfysh

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

github2ntfy
===========

Simple web service to transform and forward GitHub Webhook to [ntfy.sh](https://ntfy.sh) notification

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