-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
59 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
package man | ||
|
||
import "github.com/rusq/slackdump/v2/cmd/slackdump/internal/golang/base" | ||
|
||
var ManLogin = &base.Command{ | ||
UsageLine: "login", | ||
Short: "login related information", | ||
Long: ` | ||
# Login # | ||
Slackdump supports the following login methods: | ||
Automatic: | ||
- Browser authentication (EZ-Login 3000); | ||
Manual: | ||
- Login with Client Token and Cookie; | ||
- Login with Client Token and Cookie file, exported from your browser; | ||
- Login with Legacy, Application or Bot Token (no cookie needed). | ||
## EZ-Login 3000 ## | ||
If the token flag is not specified, Slackdump starts the EZ-Login 3000. The | ||
process of login is as follows: | ||
- You will be asked the Slack workspace name that you wish to login to; | ||
- After you have entered the workspace name, the browser will open. This | ||
browser has nothing to do with the browser on your device, so there are | ||
no stored passwords or history; | ||
- Once you entered the correct username and password, the Slack login process | ||
begins; | ||
- The browser will close automatically, and the Token and Cookies are | ||
captured. | ||
After this, if you have provided a command to run, it will start exectuion, | ||
otherwise, if no commands are given, an interactive menu of Slackdump Wizard | ||
displayed. | ||
`, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters