diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-08-10 09:13:59 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-08-10 09:13:59 -0700 |
commit | c41f17170d0afe08589cbf6e4e5afea903eb3396 (patch) | |
tree | 3f98d9097c6532ccd2f15b08b56ab20d8a33f11a | |
parent | 350a255134c7d7efb6d6c456c8d50bf15f96f26d (diff) | |
download | mu-c41f17170d0afe08589cbf6e4e5afea903eb3396.tar.gz |
.
-rw-r--r-- | browse_slack/convert_slack.py | 4 |
1 files 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: |