TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Honk: A generic webhook processor and notifier

2 pointsby afterburner5over 2 years ago

1 comment

afterburner5over 2 years ago
Hey folks,<p>A while ago I&#x27;ve started working on `Honk` primarily to aid me in my day to day work. Started small, notifying of the pull requests I am interested in, then moved onto Github discussions and failed CI checks.<p>There are a few tools out there that do this already, but they have typically been either: - a) restricted to Github - b) outside the budget for a company that is trying to become profitable - c) generally lacked enough expressivity to highlight the cases I was interested in, or allow for any sort of generic webhook to be processed<p>So, the goose made an appearance. I know, it&#x27;s still Github only, but all in all, it&#x27;s work in progress. The aim is for this to offer a series of integrations across different services, as well as custom webhooks that developers would be interested in, perhaps from your own service as well.<p>I&#x27;m currently hoping to get some feedback and feature requests, so if anyone thinks they might find this helpful and would like to trial it out for a little while (currently undefined as a period, as I haven&#x27;t quite implemented payments yet).<p>A bit more information can be found on the [about page](<a href="https:&#x2F;&#x2F;oneroar.io&#x2F;about" rel="nofollow">https:&#x2F;&#x2F;oneroar.io&#x2F;about</a>), but I am also keen to discuss this on the thread.