Github Webhook Proxy

A proxy to filter out star spam. Paste your Webhook URL below and use the resulting URL as webhook in GitHub. Only application/json is supported.

After a user stars a repo, they are blacklisted for 15 minutes. In this time subsequent stars will be dropped.



URL:



Privacy

No data is persisted. Repo IDs and the usernames of stargazers are stored in memory for 15 minutes to block subsequent requests. Afterwards, they are discarded, additionally they are not further processed or logged. The webhook url you pass as query parameter is only used to do the request to it and not further processed or saved.

This program is open source