Terminal Slack with Pidgin
Slack is unusable. Pidgin and Finch are marginally better. slack-libpurple works with a password generated from the Local Storage and Cookies of a browser session as follows 1:
- Get the main token (
$MAIN
) via devtools->Application->Storage->Local Storage (search forxoxc-
)- Search for
xoxc
then find it underlocalConfig_v2/teams/token
- Search for
- Get the Cookies
d
token ($COOKIE
) from:- devtools->Application->Storage->Cookies->
d
- devtools->Application->Storage->Cookies->
Join them together with a space so it is $MAIN $COOKIE
and use that as the password for Pidgin.
Comments