This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-13
Channels
- # aleph (8)
- # announcements (3)
- # beginners (36)
- # calva (1)
- # cider (1)
- # circleci (3)
- # clj-kondo (9)
- # cljdoc (58)
- # clojars (7)
- # clojure (70)
- # clojure-europe (13)
- # clojure-japan (1)
- # clojure-nl (8)
- # clojure-russia (2)
- # clojure-uk (7)
- # clojuredesign-podcast (4)
- # clojurescript (67)
- # clojureverse-ops (14)
- # cursive (6)
- # data-science (1)
- # datahike (3)
- # datomic (6)
- # docker (1)
- # events (2)
- # figwheel-main (9)
- # fulcro (4)
- # graalvm (33)
- # graphql (8)
- # helix (1)
- # jobs (1)
- # leiningen (3)
- # lsp (39)
- # malli (9)
- # minecraft (31)
- # nextjournal (7)
- # off-topic (6)
- # portal (22)
- # re-frame (5)
- # reitit (5)
- # remote-jobs (1)
- # shadow-cljs (55)
- # sql (22)
- # tools-build (3)
- # tools-deps (4)
- # xtdb (6)
Is it possible download the slack history db from somewhere? I would like to search eg in Aleph channel, is that possible? Yes, I know there is https://clojurians-log.clojureverse.org/ but I cant search there.
Hey sb! Not at the moment. But you can search for this on google:
websocket site:
@U2T2ZEVPC There's also the Zulip archive: https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/aleph
(which is searchable, but you'll need to sign into Zulip)
That goes back to Feb 1st, 2019 (which is likely when the Zulip Mirror Bot was added to #aleph)
Thanks @U04V70XH6 that is great info! @U013MQC5YKD Yes I do that. Just, I thought much easier to search eg in Slack exports within vscode or any query
Zulip has a great API as well. The following would be needed to get messages from a Slack channel:
http -a "${ZULIP_AUTH}" anchor==196931776 num_before==5000 num_after==0 narrow=='[{"operand": "slack-archive", "operator": "stream"},{"operand":"beginners","operator":"topic"}]' | jq '.messages' >> messages.json
More info: https://clojurians.zulipchat.com/#narrow/stream/212578-pink-gorilla-dev/topic/Zulip/near/179136412I dont know that, I check it! Thanks @U04V6FEES!
See also the explanation here @U2T2ZEVPC, out of an abundance of caution we don't make the raw logs public, although we have shared them with people at times if they seem to have a legit use case. https://github.com/clojureverse/clojurians-log-demo-data#why-dont-you-just-make-the-raw-logs-public
I'm always a bit hesitant because even though I am the de facto steward of this data set, I don't really have any particular claim to it. Slack's position as far as I know is that the data belongs to the workspace owner and they can do what they want with it.
There are also some messages we have been asked to remove from the public archive, which we have soft deleted, so they are still in the raw logs.
@U07FP7QJ0 Yes, that is True. I forget this case. But after preparation maybe it could be a good idea add to clojureverse a search field, but ok for me a vscode server like at Github (ok that could be more dev risk with bad setup). I’m just thinking about, I don’t know what is possible or not here.
@U013MQC5YKD is working on full text search in the context of clojurists together funding