https://github.com/ohtake/slack2md
You can convert exported Slack history json into Markdown
https://github.com/ohtake/slack2md
markdown slack
Last synced: 11 months ago
JSON representation
You can convert exported Slack history json into Markdown
- Host: GitHub
- URL: https://github.com/ohtake/slack2md
- Owner: ohtake
- License: mit
- Created: 2016-05-19T05:52:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T01:12:14.000Z (over 6 years ago)
- Last Synced: 2025-03-25T08:02:56.332Z (about 1 year ago)
- Topics: markdown, slack
- Language: Go
- Homepage: https://github.com/ohtake/slack2md/blob/example/output/index.md
- Size: 38.1 KB
- Stars: 16
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack2md
[](https://travis-ci.org/ohtake/slack2md)
[](https://codeclimate.com/github/ohtake/slack2md)
[](https://codecov.io/gh/ohtake/slack2md)
You can convert [exported Slack history json](https://get.slack.help/hc/en-us/articles/201658943-Exporting-your-team-s-Slack-history) into Markdown.
## Example output
See .
## Usage
1. [Export Slack history](https://my.slack.com/services/export) and wait its completion.
1. Download and extract the zip file into `slack_export` directory.
1. Run `slack2md` and you will get Markdown files at `output` directory.
* You can fetch pre-built binaries from [releases](https://github.com/ohtake/slack2md/releases).
* You can also build binaries using [Go](https://golang.org/doc/install): `go build`.
## Options
Type `./slack2md -help`.