https://github.com/trpc/github-webhook-filter-bot
🤖 Filters `[bot]`s out of webhooks
https://github.com/trpc/github-webhook-filter-bot
discord github webhook
Last synced: about 2 months ago
JSON representation
🤖 Filters `[bot]`s out of webhooks
- Host: GitHub
- URL: https://github.com/trpc/github-webhook-filter-bot
- Owner: trpc
- Created: 2021-11-09T10:26:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T20:47:52.000Z (about 4 years ago)
- Last Synced: 2025-01-04T19:13:16.900Z (over 1 year ago)
- Topics: discord, github, webhook
- Language: TypeScript
- Homepage: https://github.com/KATT/github-webhook-filter-bot
- Size: 26.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# GitHub webhooks without bots
Receives webhooks from GitHub and filter out bots, then proxies it to your target.
## How it works
It takes a webhook payload, checks if the `sender` includes `[bot]`, and ignores it if it does.
## How to use
1. Open web inspector
2. Run `copy('https://github-webhook-filter-bot.trpc.io/api/?target=' + encodeURIComponent('YOUR_URL_HERE'))`
3. Paste the URL from your clipboard into GitHub