From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 6D5781F461; Tue, 14 May 2019 01:03:01 +0000 (UTC) Date: Tue, 14 May 2019 01:03:01 +0000 From: Eric Wong To: Leah Neukirchen Cc: meta@public-inbox.org Subject: Re: Random idea: Exporting GitHub to mailing lists Message-ID: <20190514010301.GA7446@dcvr> References: <87mukglksb.fsf@vuxu.org> <20190423185353.pgza2euzbhp5ded2@dcvr> <20190430092238.GB17498@dcvr> <875zqv1ujm.fsf@vuxu.org> <87wojaz6ng.fsf@vuxu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87wojaz6ng.fsf@vuxu.org> List-Id: Leah Neukirchen wrote: > Code is at > https://github.com/leahneukirchen/gh-mailinglist-notifications > > It does, however, require installing a webhook, so I cannot be used to > monitor foreign repositories. Ability to monitor foreign repos could make it a killer feature :) I actually tried github-mirror the other day, and it seems great for monitoring repos without needing an account. Unfortunately, it serializes to a Haskell-only format which makes interop for Haskell illiterates (me) difficult. I suppose one could parse it to a better format with some REs using Perl, as I haven't found existing parsers...