You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,11 +157,15 @@ The built-in viewer supports all types of dumps:
157
157
1. Slackdump Archive format;
158
158
1. Standard and Mattermost Slack Export;
159
159
1. Dump mode files
160
+
160
161
161
-
The built-in viewer is experimental, any contributions to make it better looking are welcome.
162
+
You can also convert your output file to a browsable static HTML archive:
163
+
164
+
```bash
165
+
slackdump convert -f html -o my_html_archive <zip or directory>
166
+
```
162
167
163
-
Alternatively, you can use one of the following tools to preview the
164
-
export results:
168
+
or use one of the following tools to preview the export results:
165
169
166
170
-[SlackLogViewer] - a fast and powerful Slack Export viewer written in C++, works on Export files (images won't be displayed, unless you used an export token flag).
167
171
-[Slackdump2Html] - a great Python application that converts Slack Dump to a
0 commit comments