Difference between revisions of "Slack with Pidgin via slack-libpurple"
From falz.net
(Created page with "Slack disabled support for XMPP in May 2018 and became yet another closed ecosystem. If you wish to still access it via 3rd party pidgin client, slack-libpurple is one availab...") |
|||
Line 6: | Line 6: | ||
Install required packages | Install required packages | ||
apt-get install build-essential git libpurple-dev pkg-config | apt-get install build-essential git libpurple-dev pkg-config | ||
+ | |||
Download, compile, install. Doing so as my user, hence make install-user | Download, compile, install. Doing so as my user, hence make install-user | ||
Line 13: | Line 14: | ||
make | make | ||
make install-user | make install-user | ||
+ | |||
This plugin requires an API token for auth. Go here and create one, it should be 70ish characters long: | This plugin requires an API token for auth. Go here and create one, it should be 70ish characters long: |
Revision as of 08:16, 16 May 2018
Slack disabled support for XMPP in May 2018 and became yet another closed ecosystem. If you wish to still access it via 3rd party pidgin client, slack-libpurple is one available plugin to do so. Here lies some basic instructions on how to do so on Linux, which is Ubuntu 16 at the time of writing.
- https://github.com/dylex/slack-libpurple
- https://get.slack.help/hc/en-us/articles/201727913-Connect-to-Slack-over-IRC-and-XMPP
Install required packages
apt-get install build-essential git libpurple-dev pkg-config
Download, compile, install. Doing so as my user, hence make install-user
cd /tmp/ git clone https://github.com/dylex/slack-libpurple cd slack-libpurple make make install-user
This plugin requires an API token for auth. Go here and create one, it should be 70ish characters long:
Finally, open Pidgin, go to Accounts-> Manage-> Add
Basic tab:
- Protocol: Slack
- Username: <your slack username>
- Host: yourorg.slack.com
Advanced tab:
- API Token:
- A few other options here that seem to work, such as download users avatars.