From c41f17170d0afe08589cbf6e4e5afea903eb3396 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 10 Aug 2021 09:13:59 -0700 Subject: [PATCH] . --- browse_slack/convert_slack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browse_slack/convert_slack.py b/browse_slack/convert_slack.py index b09d0df3..9e4bcb00 100644 --- a/browse_slack/convert_slack.py +++ b/browse_slack/convert_slack.py @@ -1,4 +1,4 @@ -# Import JSON from a Slack admin export into a disk image Qemu can load. +# Import JSON from a Slack admin export into a disk image Mu can load. # # Dependencies: python, netpbm # @@ -20,7 +20,7 @@ # cd ../.. # go back to parent of images/ # dd if=/dev/zero of=data.img count=201600 # 100MB # python path/to/convert_slack.py |dd of=data.img conv=notrunc -# Currently this process yields errors for ~300 items (~70 items and their comments) +# Currently this process yields errors for ~300 items (~70 posts and their comments) # on the Future of Software group (https://futureofcoding.org/community). We fail to load those. # # Notes on input format: