Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohtake/slack2md
You can convert exported Slack history json into Markdown
https://github.com/ohtake/slack2md
markdown slack
Last synced: about 18 hours 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T01:12:14.000Z (about 5 years ago)
- Last Synced: 2024-06-20T00:54:37.781Z (5 months ago)
- Topics: markdown, slack
- Language: Go
- Homepage: https://github.com/ohtake/slack2md/blob/example/output/index.md
- Size: 38.1 KB
- Stars: 16
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack2md
[![Build Status](https://travis-ci.org/ohtake/slack2md.svg?branch=master)](https://travis-ci.org/ohtake/slack2md)
[![Code Climate](https://codeclimate.com/github/ohtake/slack2md/badges/gpa.svg)](https://codeclimate.com/github/ohtake/slack2md)
[![codecov](https://codecov.io/gh/ohtake/slack2md/branch/master/graph/badge.svg)](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`.