Skip to content

Commit

Permalink
Merge pull request #193 from jimthedev/patch-1
Browse files Browse the repository at this point in the history
Update docs with more clear token generation info
  • Loading branch information
rauchg committed May 6, 2016
2 parents 4792492 + e460be4 commit 4ea80c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $ slackin "your-team-id" "your-slack-token"

Your team id is what you use to access your login page on Slack (eg: https://**{this}**.slack.com).

You can find your API token at [api.slack.com/web](https://api.slack.com/web) – note that the user you use to generate the token must be an admin. You need to create a dedicated `@slackin-inviter` user (or similar), mark that user an admin, and use a token from that dedicated admin user.
You can find or generate your API test token at [api.slack.com/web](https://api.slack.com/web) – note that the user you use to generate the token must be an admin. You need to create a dedicated `@slackin-inviter` user (or similar), mark that user an admin, and use a test token from that dedicated admin user. Note that test tokens have actual permissions so you do not need to create an OAuth 2 app. Also check out the Slack docs on [generating a test token](https://get.slack.help/hc/en-us/articles/215770388-Creating-and-regenerating-API-tokens).

The available options are:

Expand Down

0 comments on commit 4ea80c4

Please sign in to comment.