The goal of this application is to present a chat history export from Slack in a human readable format. To get started, follow these instructions:

  1. Download your Slack team's history. This can be done by navigating to https://$YOUR_TEAM_NAME.slack.com/services/export. The export will come in the form of a zip file containing many directories (channels) and json files broken into dates.
  2. Select your zip using the "Choose File" button in the form below. This will trigger the browser to load your zip file. The file does not get uploaded anywhere, all processing is done client side.
  3. The app will process your zip and once it is complete these instructions will be replaced by a list of your channels that you can click on and view the chat history that was contained in the zip.

LOADING