Ecosyste.ms: Awesome
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: 1 day ago
JSON representation
Simple web service to transform and forward GitHub Webhook to ntfy.sh notification
- Host: GitHub
- URL: https://github.com/feisuzhu/github2ntfy
- Owner: feisuzhu
- License: mit
- Created: 2022-11-27T07:48:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T08:55:14.000Z (about 2 years ago)
- Last Synced: 2024-11-16T07:44:33.493Z (2 months ago)
- Topics: github-webhook, github-webhooks, ntfy, ntfysh
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```