There are two ways to use Slackdump:
- Wizard Mode;
- Command Line Mode.
-
Start Slackdump without parameters, and choose Run wizard. Alternatively, you can start wizard by runnning
slackdump wiz
). -
Add a new workspace:
- In the main menu, choose Workspace => New
- Select Login In Browser, and type your workspace name or paste a URL.
- If your workspace uses Google Authentication, select User Browser and pick the one installed on your system.
- In all other cases, choose Interactive mode.
- The browser will open, login as usual. Choose "Open this workspace in browser." The new workspace is automatically selected, and ready to use. (You can switch between workspaces using the Workspace menu).
- Exit the Workspace menu by choosing Exit to exit to workspace menu and then << Back to return to the main menu.
-
Select Archive or Export items to save your workspace data. You can configure the following options:
- specify the list of channel IDs to include or exclude in the "Archive Options" (or "Export Options"). The list supports URLs, that you can copy and paste from the Slack client.
- define the Time range in the "Global Configuration".
The difference between Options and Global Configuration is that the Options affect only the current command, while the Global Configuration affects all commands.
-
The data is saved by default in the directory or ZIP file that starts with
slackdump-<timestamp>
. -
To view your data, you need to use the Command Line Mode, see item 3 below.
- Add a workspace
slackdump workspace new <workspace_name>
. The browser will open, login as usual. - Run
slackdump archive
orslackdump export
to save your workspace data. - Run
slackdump view <archive name>
to view the data.