Skip to content

fernandoviton/view-slack-js

Repository files navigation

view-slack-js

A client app that can read a local exported slack archive

Usage details

Currently only supports an archive that has been extracted into ~/Documents/SlackExported/

Visualization and features are still very limited

Future

  • Support Search
  • Nicer html styling
  • Visualization of more of the slack data
  • View of attached file support

Implementation Details?

The main entry point is bootstrapper.js, which first registers Babel then includes 'main.js'. This is necessary to allow main.js to make use of Babel's features.

The renderer entry point index.html does basically the same, but loads the index.js file, which renders the component/root.jsx component into the root element.

More details: https://github.com/fernandoviton/view-slack-js/blob/master/docs/state.md

Installation

git clone https://github.com/fernandoviton/view-slack-js.git
cd view-slack-js
npm install
npm start

Deployment

There are some scripts included in this repo that will package and zip. You must be on the appropriate system to create a package for that system.

Mac (in terminal):

chmod u+x make-package-mac.sh
make-package-mac.sh

Windows (in powershell):

make-package-win.ps1

Dep

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages