picaosgeo / SlackLogViewer

A viewer for json files exported from Slack workspaces.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SlackLogViewer

This is an application to view json files exported from your Slack workspace with Slack-like GUI.
By using this, you can:

  • browse any messages that cannot be shown in your workspaces because of the limit of the free plan.
  • display threads and reactions.
  • search for them by some words or regular expression.
  • view or download files, if they are not hidden by the storage limit.

Usage

This is currently only available for Windows 64bit and requires Visual C++ Redistributable for Visual Studio 2019.

  1. Export a zip file from your Slack workspace.
  2. Download prebuilt binary from Releases and unzip into any folder. No installation is required.
  3. Execute the SlackLogViewer.exe.
  4. Click "Open" from the menu button in the top left corner of the window, and select the zip file or the folder of exported json files.

Acknowledgements

This application depends on Qt 5.14.2 for GUI and emojicpp developed by Shalitha Suranga to convert icons into unicode.

About

A viewer for json files exported from Slack workspaces.

License:MIT License


Languages

Language:C++ 95.5%Language:CMake 4.3%Language:C 0.2%