gkrizek/ghi

feature-request: Notifications to mastodon

laanwj opened this issue · 1 comments

I currently run two separate github event notification systems in parallel:

  • one based on an old version of bitcoinacks—this can do notifications to Mastodon and Twitter (I only care about the former right now), for merges (polling based)
  • ghi—for notifying IRC (webhook notification based)

It would be nice to have this in one system, specified by one configuration file.

For comparison here was the patch to add "toot" support to bitcoinacks: PierreRochard/bitcoin-acks@9f828d9

I think the main difference between both approaches, between bitcoin-acks's polling and ghi's webhook based approach, is that the former can 'catch up' to missed notifications when the script was down for a while. But I'm not actually sure this is an important feature. The most important function of the bot (https://x0f.org/@bitcoinmerges) is notification of current merges, not so much to keep a complete history.