infras

Month: 2018-01

2018-01-13

yfcai 15:13:43
@yfcai has joined the channel

2018-01-18

patcon 05:00:36
hey @caasi! @itsmisscs and I were talking about bridging some other communities that we're involved with, and we know that y'all at g0v have done tons of work on this.

(I noticed that you've been active on the logbot sourcecode, so I thought that this area might be of interest to you. Pls do feel free to loop anyone else in, or let us know if there's a better place for this convo ๐Ÿ™‚ )

Basically, we've started to investigate matterbridge:
https://github.com/42wim/matterbridge#readme

it is really well-supported, actively developed, and connects to lots of chat services already. plus, it's possible to host it for free on heroku:
https://github.com/edgi-govdata-archiving/matterbridge-heroku#readme

do you think folks might be interested in converging on a shared tool like this? It would be really exciting if we were all working on the same codebases while connecting up our communities! ๐Ÿš€

GitHub

42wim/matterbridge

matterbridge - bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocket.chat,hipchat (via xmpp), steam and matrix with REST API

GitHub

edgi-govdata-archiving/matterbridge-heroku

matterbridge-heroku - A Heroku buildpack to help bridge chat tools like Slack.

and by "started to investigate matterbridge", I suppose I'd be more truthful in saying "I've been actively using matterbridge for 6 months on a large-ish project" ๐Ÿ˜Š
itsmisscs 05:00:40
@itsmisscs has joined the channel
caasi 05:08:43
wow. Let me check matterbridge first.

Currently there are 2 bots(logbot and slackarchive) and 2 bridges(slack bridge and telegram bridge). It will be good if we can have more services to archive infomation.

BTW, I think @gugod and @mrorz may be interesting too.

Gonna sleep now.
sounds like slackarchive is down though ๐Ÿ˜ž
whatโ€™s the telegram bridge? sounds neat!
@itsmisscs apparently 50 people are in this telegram group:
https://telegram.me/joinchat/ACZZEAaP-BZLv8y4LKMi8A

and it syncs both ways with #general :slightly_smiling_face:
oh cool! wow. we could have people join us via chat and not need to join slack! i think thatโ€™s worth looking into for #vnetwork
๐ŸŽ‰ 1 ๐Ÿ˜ด 1 ๐Ÿ’ค 1 โ˜๏ธ 1 ๐Ÿ‘ 1
mrorz 05:08:53
@mrorz has joined the channel
patcon 05:11:06
@caasi cool! i'm happy to hear that you think it seems neat too!
patcon 05:15:45
fwiw, matterbridge is mostly really well documneted, but also has an undocumented general API that works kinda like any other bridge protocol matterbridge offers:
https://github.com/42wim/matterbridge/blob/master/matterbridge.toml.sample#L990-L1016

so i can imagine a custom gateway that takes EVERY channel for every protocol IN and sends it OUT over the API bridge protocol, so something custom like a big archival tool (currently logbot viewer?) could suck it all in and index it

GitHub

42wim/matterbridge

matterbridge - bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocket.chat,hipchat (via xmpp), steam and matrix with REST API

patcon 05:18:05
also, @zulip_bridgebot is apparently down since late dec ๐Ÿ˜ซ
https://twitter.com/wouterds/status/951460642095030273

twitter

<https://twitter.com/remco_verhoef|@remco_verhoef> Hey man! Really enjoying your service, <https://twitter.com/slackarchive|@slackarchive>, but it looks like it stopped syncing the 25th of December. I saw some other people on Twitter reporting the same issue. Any update on that?

๐Ÿ˜ญ 1
caasi 05:24:14
the telegram bridge: https://github.com/gugod/tgircbot

GitHub

gugod/tgircbot

tgircbot - telegram :left_right_arrow: irc robot

thx! but GO TO BED ๐Ÿ˜‰
๐Ÿ™Œ 1

2018-01-24

patcon 01:55:01
hi @ronnywang! i see that middle2.tw is listed in bottom contact info for hackpad.tw, so:

may i ask what codebase you are using for hackpad.tw? Is it deployed straight from https://github.com/hackpad/hackpad/ codebase, or are there any customizations that haven't been able to go public yet? (thanks a bunch for hosting it, btw!)

GitHub

hackpad/hackpad

hackpad - Hackpad is a web-based realtime wiki.

ugh. sorry, spoke too soon. just saw your repo ๐Ÿ™‚
https://github.com/middle2tw/whackpad
seems https://github.com/whackpad/whackpad#readme might be unmaintained now, with effort on the one I linked. but both pretty slow.

if you're interested in any help porting, i'll be happy to help, but seems to be working pretty well ๐Ÿ™‚
also, i could be eager to help upstream your changes to hackpad/hackpad, if you were open to that
ronnywang 10:22:00
@patcon all changes on middle2tw/whackpad are using Apache License too. Feel free to use them!
ronnywang 10:23:32
the major change on middle2tw/whackpad is to change the search engine from solr to elasticsearch
๐Ÿ™Œ 1
ronnywang 10:24:55
and some โ€œshow moreโ€ bugfix from lanfon72