Created
January 10, 2024 16:38
-
-
Save maxwofford/5779ea072a5485ae3b324f03bc5738e1 to your computer and use it in GitHub Desktop.
Pull the XOXC token from Slack
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
// open slack in the browser and paste this into your console for the XOXC token | |
localConfig = JSON.parse(localStorage.getItem('localConfig_v2')) | |
localConfig.teams[localConfig.lastActiveTeamId].token |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment