Giter Club home page Giter Club logo

slacklogviewer's Introduction

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.

Building

For Windows and macOS, you can download a prebuilt binary from Releases.

If necessary, you can build SlackLogViewer with CMake as in the following commands.

git clone https://github.com/thayakawa-gh/SlackLogViewer
cd SlackLogViewer
mkdir build
cd build
cmake ../SlackLogViewer -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=path_to_install_dir
make
make install

Note

This application is written in C++17 and confirmed to be buildable with the following compilers.

  • Visual Studio 2019/2022
  • GCC 9.5.0/11.3.0
  • Clang/LLVM 12.0.0

Make sure you have installed the following dependencies.

  • Qt6 (6.2 or higher) with QtWebEngine
  • zlib
  • QuaZIP
  • TBB (for GCC 11.0 or higher)

Usage

On Windows, this application requires Visual C++ Redistributable for Visual Studio 2019.

  1. Export a zip file from your Slack workspace. If you are a free plan user and want to dump direct messages or private channnels, you can also use slackdump, which can export these messages in a format compatible with SlackLogViewer. It is recommended to use the options -export-type mattermost -export-token ... when dumping with slackdump if you want SlackLogViewer to download and show attachments.
  2. Download prebuilt binary from Releases and unzip into any folder.
  3. Execute the SlackLogViewer.
  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.

Acknowledgments

This application depends on the following third-party libraries and tools.

  • Qt Copyright (C) 2020 The Qt Company Ltd.
  • emojicpp Copyright (c) 2018 Shalitha Suranga
  • CMakeHelpers Copyright (C) 2015 halex2005
  • QuaZip Copyright (C) 2005-2020 Sergey A. Tachenov and contributors
  • zlib Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler

slacklogviewer's People

Contributors

thayakawa-gh avatar cielavenir avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.