Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hfaran/slack2html
Export your Slack team's entire history as easily archivable and viewable HTML files
https://github.com/hfaran/slack2html
Last synced: 2 months ago
JSON representation
Export your Slack team's entire history as easily archivable and viewable HTML files
- Host: GitHub
- URL: https://github.com/hfaran/slack2html
- Owner: hfaran
- License: mit
- Created: 2016-02-28T00:23:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T23:21:50.000Z (over 2 years ago)
- Last Synced: 2024-10-25T02:44:15.549Z (3 months ago)
- Language: Python
- Homepage:
- Size: 393 KB
- Stars: 62
- Watchers: 9
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### This project is a wrapper on top of [`slack-export-viewer`](https://github.com/hfaran/slack-export-viewer)
# `slack2html`
Export and view your entire team's Slack history (even on a free plan)
as HTML (in channels)!
![Preview](screenshot.png)## 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 `slack2html` to it
Point slack2html to the .zip file and let it do its magic
```bash
./slack2html.py -z /path/to/export/zip -o /path/to/output/dir
```If everything went well, your archive will have been extracted, processed, and browser window will have opened showing your *#general* channel from the export.