You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
_How to export ALL THE STUFF_ (April 25, 2016)
Install the Go language using your favorite package manager, then
$ mkdir ~/go$ export GOPATH=$HOME/go$ export PATH=${PATH}:${GOPATH}/binGet API key from here: https://api.slack.com/docs/oauth-test-tokens
&sudo=1#haha)Download https://github.com/nlopes/slack/tree/c7719bec2a8daa87329f30fb59b05a652c783f22
(API broken in newer commits)
~/go/src/github.com/nlopes/slack$ go build$ go installDownload https://github.com/Takayoshi-Aoyagi/slack-dump
(newer than this repo thanks @Takayoshi-Aoyagi)
go/src/github.com/Takayoshi-Aoyagi/slack-dump$ go get(downloads rest of deps)$ go build$ go installExport the stuff
$ read -p "token: " input(paste the token in; keeps it from being stored in history)
$ slack-dump -t=${input} myprivatechannel$ unzip slackdump.zipNow you will have a bunch of .json files