Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottpchow23/slack-archive
A tool to bring slack archives to life.
https://github.com/scottpchow23/slack-archive
slack slack-exports visualization
Last synced: 4 days ago
JSON representation
A tool to bring slack archives to life.
- Host: GitHub
- URL: https://github.com/scottpchow23/slack-archive
- Owner: scottpchow23
- Created: 2020-06-04T18:54:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:55:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T22:10:42.532Z (over 1 year ago)
- Topics: slack, slack-exports, visualization
- Language: TypeScript
- Homepage:
- Size: 948 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slack archive
A local tool to bring slack exports to life - again.
## getting started
First, you'll need to get an export of your Slack workspace. Instructions for that can be found [here](https://slack.com/help/articles/204897248-Guide-to-Slack-import-and-export-tools).
With that export in hand, you'll need to copy all of the files within it under `public/data/`. This will be where the backend of this app expects to see all of the data regarding your workspace.
To clarify; if your slack export is in a folder named `slack-export`, then you'll want to put the files _under_ it into `public/data`, not the folder itself.
Finally, run the development server:
```bash
npx install
npx run dev
```With that, you should see the app running and displaying information about your workspace!