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

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

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