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 has been archived by the owner on Oct 26, 2023. It is now read-only.
I have window of direct messages form two users. In the header of Slack I can see name_of_1st_user, name_of_2nd_users . It is not a channel, group nor direct message to single user so how to export this?
In addition I found out that when you run export like slack-history-export --group "#all" --token "MY_TOKEN" I get files like:
for multi-user conversations: TIMESTAMP-mpdm-USER1--USER2--USER3-1-slack-history.json TIMESTAMP-mpdm-USER1--USER2-1-slack-history.json
For private channels (as far as I noticed right now) thy are treated the same as multi-user conversations - at least in this export tool TIMESTAMP-PRIVATE_CHANNEL1-slack-history.json TIMESTAMP-PRIVATE_CHANNEL2-slack-history.json
Folowing this example, when I generate using @davev exampl as well as following auto-generated filenam: slack-history-export --group "mpdm-USER1--USER2--USER3-1" --token "MY_TOKEN"
It works, but without --filename parameter I get file with undefined in name TIMESTAMP-undefined-slack-history.json
I have window of direct messages form two users. In the header of Slack I can see
name_of_1st_user, name_of_2nd_users
. It is not achannel
,group
nordirect message to single user
so how to export this?I have tried this:
...but none of those worked for me.
The text was updated successfully, but these errors were encountered: