Skip to content

Instantly share code, notes, and snippets.

@maxwofford
Created January 10, 2024 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxwofford/5779ea072a5485ae3b324f03bc5738e1 to your computer and use it in GitHub Desktop.
Save maxwofford/5779ea072a5485ae3b324f03bc5738e1 to your computer and use it in GitHub Desktop.
Pull the XOXC token from Slack
// 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