Skip to content

Instantly share code, notes, and snippets.

@theycallmemac
Created October 4, 2017 19:05
Show Gist options
  • Save theycallmemac/adbb98559c51011a02b2d1b20c10c8cb to your computer and use it in GitHub Desktop.
Save theycallmemac/adbb98559c51011a02b2d1b20c10c8cb to your computer and use it in GitHub Desktop.
A markdown file detailing how to connect your slack workspace and subsequent channels to weechat.

How to set up your slack channels on weechat

Add your teams workspace using the /server command.

/server add slack myteam.irc.slack.com

Next you need to turn on ssl using the /set command.

/set irc.server.slack.ssl on

After this, all you need to do is set your nick and your password.

To set your nick use the /set command.

/set irc.server.slack.nicks "mynick"

To set your password you need to go to https://my.slack.com/account/gateways. Once you've found your password, enter it using the /set command:

/set irc.server.slack.password mypassword

After all this, just connect using:

/connect slack

and you're all done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment