Skip to content

A simple Slack Channel Export converter from .json to .csv where channel memberships may exceed maximum row length and therefore are pushed to columns

Notifications You must be signed in to change notification settings

iamelDuderino/slack-channel-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

slack-channel-parser

Requirements

GoLang v1.19 https://go.dev/doc/install

To Install

go get github.com/iamelDuderino/slack-channel-parser@latest

Run on Windows

slack-channel-parser -input ".\Path\to\input.json" -output ".\Path\to\output.csv"

Run on Mac

~/go/bin/slack-channel-parser -input Path/to/input.json -output Path/to/output.csv

Or Run without Install (requires Go)

Windows: go run github.com/iamelDuderino/slack-channel-parser@latest -input ".\Path\to\input.json" -output ".\Path\to\output.csv"

Mac: go run github.com/iamelDuderino/slack-channel-parser@latest -input Path/to/input.json -output Path/to/output.csv

About

A simple Slack Channel Export converter from .json to .csv where channel memberships may exceed maximum row length and therefore are pushed to columns

Resources

Stars

Watchers

Forks

Languages