-
Mac laptop. Downloaded slackbot zip file, opened and it's now in my Downloads folder as a folder with this name: "slackdump-v2.2.0-alpha-darwin-amd64". I can open and run it: when it asks what I'd like to do I say "dump," and when asks me to list conversations I enter the channel ID from slack, and it says it's fetching, but can't find where it is dumping info. The last few lines of the Terminal code are: logout [Process completed] I have gotten this to work before but am just not able to figure out what to do next. (I have read through all of the FAQs and Q&As and such already. I have searched all over my hard drive. I am fairly new at using github and slackdump.) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @Xcoffeerr , if you're running the "Dump" mode, it should create a JSON file with data it exported. To help me understand what's happening, could you do the following:
Then
And copy and paste the full output of slackdump and Let me know how it goes? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your response!
I don’t know what happened, but when I followed your steps just now and
went to copy the output I noticed that the .json file was saved to the
folder. It’s a mystery but it now is working, so thank you!
…On Tue, Sep 13, 2022 at 3:24 PM Rustam ***@***.***> wrote:
Hey @Xcoffeerr <https://github.com/Xcoffeerr> , if you're running the
"Dump" mode, it should create a JSON file with data it exported.
To help me understand what's happening, could you do the following:
1. Navigate in Finder to where the slackdump-v2.2.0-alpha-darwin-amd64
folder is;
2. Right click on it, choose "Services->New Terminal At Folder" (the
terminal window will open)
3. Type: the folloing command:
ls -l
1. Post the output here.
Then
1. Type the following in the SAME terminal:
./slackdump
1. Do what you did before
2. After it completes -
ls -l
And copy and paste the full output of slackdump and ls -l command.
Let me know how it goes?
—
Reply to this email directly, view it on GitHub
<#139 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2PRKF2FGFYNK3EYVBOP4H3V6D5KDANCNFSM6AAAAAAQLYPXVI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Hey @Xcoffeerr , if you're running the "Dump" mode, it should create a JSON file with data it exported.
To help me understand what's happening, could you do the following:
Then
And copy and paste the full output of slackdump and
ls -l
command.Let me know how it goes?