Clojurians have been mirroring at least 60 of their Slack channels to their Zulip instance since 2019: [ANN] searchable Slack-archive - Community Building - ClojureVerse. They wanted to make the Slack archive searchable, and so their solution was to mirror it to Zulip. Only 1 Slack bot is needed, I think, so it’s not going to overwhelm the bot quota in the Slack workspace.
I had asked for the source code (written in Clojure, of course) at some point in the past. But looks like the author, Gert Goet, hasn’t published it.
Do you think it is worth it to have a script to mirror some of the Slack channels?
Any channel admins on Slack can start enabling it by doing something like /invite @zulip-mirror-bot.
There has been fairly strong opposition to making the julia slack content public and non-ephemeral.
For a number of reasons.
(I will let someone who believes those reasons to be very important give them).
If we wanted to do it
I can probably host it on the same server I use for hosting all the bridges.
Some of which are set up for slack<->. Zulip,
but mattermost-bridge’s (name of the software the bridges Zulip, slack, Gitter, discord, IRC and a bunch of other things)
slack-zulip is not great: it doesn’t map threads to topics, it dumps everything in one topic.
It can probably even reuse the same bit token.
Zulip supports non-public and ephemeral channels, so those could be used.
For people wondering “then what’s the point?”, I’d say it allows people to use only Zulip, which makes it easier to move more conversations into Zulip native. Moving everything into Zulip native would be a massive win, since we’re currently losing the design discussion of foundational libraries (and language changes) into the void.
Yeah, the Matterbridge only pipes to one topic. Technically, it is possible to add multiple gateways by hand, but this means that the bridge bot doesn’t automatically mirror a Slack channel once someone invites the bot. It should also be possible to fork Matterbridge to automatically pipe each subscribed Slack channels to a different topic, but for now we already have 2 different solutions: the forked Slack bridge script I made and the Clojure bridge script.
Huh, according to @logankilpatrick in Slack and the value of community heritage - #23 by logankilpatrick, the messages don’t go into the void. One can still download the whole archive. The problem is that old messages don’t show up if you search in Slack’s search bar. It should be possible to host this Slack archive as a static server, but then the content becomes web public, and is prone to search engine indexing.
The main point of the Zulip mirror is to make the Slack messages searchable and at the same time not web-public. The mirror is unidirectional.
If the #general and #appreciation channels on Slack could be mirrored to Zulip, then I would have no particular reason to login on Slack every once in a while. Many of us are not using Slack for discussing technical stuff anymore because of the blackhole issue. I am personally just using it as a feed aggregator in #general and #appreciation because people sometimes share relevant news there.