How to Get a Slack Token
fleeting- Référence externe : https://github.com/yuya373/emacs-slack#how-to-get-token
yuya373/emacs-slack: slack client for emacs
How to get token
- Using Chrome, open and sign into the slack customization page, e.g. https://my.slack.com/customize
- Right click anywhere on the page and choose “inspect” from the context menu. This will open the Chrome developer tools.
- Find the console (it’s one of the tabs in the developer tools window)
- At the prompt ("> “) type the following: console.log(“your api token is: “, TS.boot_data.api_token)
- Copy the displayed token elsewhere, and close the window.