-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial #6
Comments
I get the following error after running:
[little pause - its doing something]
Any ideas would be appreciated, just not a go guru |
@aydancoskun Use my https://github.com/neelb/slack-dump repo. I fixed the issue. |
I have done all of this, and I don't get a slack-dump command when done. Can someone help me with what I am doing wrong? |
I get this error
when trying |
@zwhitchcox you need install only this commit https://github.com/nlopes/slack/tree/c7719bec2a8daa87329f30fb59b05a652c783f22 of github.com/nlopes/slack not newer |
_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}/bin
Get 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 install
Download 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 install
Export the stuff
$ read -p "token: " input
(paste the token in; keeps it from being stored in history)
$ slack-dump -t=${input} myprivatechannel
$ unzip slackdump.zip
Now you will have a bunch of .json files
The text was updated successfully, but these errors were encountered: