Fauntleroy / neutral-face-emoji-tools

Utilities that make life as a Slack emoji addict a little easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User tokens have moved

jackellenberger opened this issue · comments

Looks like a recent Slack update moved the api_token from being in a big string / array of strings / whatever it was to a proper json object, still called boot_data.

So instead of doing a regex search we should be able to just access it as window.boot_data.api_token :nice:

#10 fixes this.