Skip to main content

Slack Export Archive Viewer

Project description

# Slack Export Viewer

A Slack Export archive viewer that allows you to easily view and share your
Slack team's export (instead of having to dive into hundreds of JSON files).

![Preview](screenshot.png)


## Overview

`slack-export-viewer` is useful for small teams on a free Slack plan (limited to 10,000 messages) who overrun their budget and ocassionally need a nice interface to refer back to previous messages. You get a web interface to easily scroll through all channels in the export without having to look at individual JSON files per channel per day.

`slack-export-viewer` can be used locally on one machine for yourself to explore an export or it can be run on a headless server (as it is a Flask web app) if you also want to serve the content to the rest of your team.


## Usage

### 1) Grab your Slack team's export

* Visit [https://my.slack.com/services/export](https://my.slack.com/services/export)
* Create an export
* Wait for it to complete
* Refresh the page and download the export (.zip file) into whatever directory

### 2) Point `slack-export-viewer` to it

Point slack-export-viewer to the .zip file and let it do its magic

```bash
slack-export-viewer -z /path/to/export/zip
```

If everything went well, your archive will have been extracted, processed, and browser window will have opened showing your *#general* channel from the export.


## Installation

I recommend [`pipsi`](https://github.com/mitsuhiko/pipsi) for a nice
isolated install.

```bash
pipsi install slack-export-viewer
```

Or just feel free to use `pip` as you like.

```bash
pip install slack-export-viewer
```

`slack-export-viewer` will be installed as an entry-point; run from anywhere.

```bash
$ slack-export-viewer --help
Usage: slack-export-viewer [OPTIONS]

Options:
-p, --port INTEGER Host port to serve your content on
-z, --archive PATH Path to your Slack export archive (.zip file or directory)
[required]
-I, --ip TEXT Host IP to serve your content on
--no-browser If you do not want a browser to open automatically, set
this.
--debug
--help Show this message and exit.
```


## Acknowledgements

Credit to Pieter Levels whose [blog post](https://levels.io/slack-export-to-html/) and PHP script I used as a jumping off point for this.

### Improvements over Pieter's script

`slack-export-viewer` is similar in core functionality but adds several things on top to make it nicer to use:

* An installable application
* Automated archive extraction and retention
* A Slack-like sidebar that lets you switch channels easily
* Much more "sophisticated" rendering of messages
* A Flask server which lets you serve the archive contents as opposed to a PHP script which does static file generation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

slack-export-viewer-0.3.2.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

slack_export_viewer-0.3.2-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

Details for the file slack-export-viewer-0.3.2.tar.gz.

File metadata

File hashes

Hashes for slack-export-viewer-0.3.2.tar.gz
Algorithm Hash digest
SHA256 21d2441aab7ba57960d616d3c38aa6086864cc2d0603ec8526cf252a19147d28
MD5 3a5c400d331182fa49e9501438604960
BLAKE2b-256 6db6340fa5ba1b1712c2bc57d2b461c917437905887f43c5f5650e40449851ab

See more details on using hashes here.

File details

Details for the file slack_export_viewer-0.3.2-py3-none-any.whl.

File metadata

File hashes

Hashes for slack_export_viewer-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9d1632e5144ccae5b57dc593f457944e62c86cd48f50af9b98baddf2eda60c69
MD5 c658261ad599048c5e4e516b0f372ec8
BLAKE2b-256 4564a9fb72ee2f58411d41cf69ace5654143e5130488ff3731a384be6c0d3277

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page