Skip to content

Instantly share code, notes, and snippets.

@mroach
Created June 6, 2018 07:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mroach/858c632a1d2b9dcb7de22750b6785278 to your computer and use it in GitHub Desktop.
Save mroach/858c632a1d2b9dcb7de22750b6785278 to your computer and use it in GitHub Desktop.
Setting-up wee-slack
# deps
pip2 install websocket-client
# weechat itself
brew install weechat --with-aspell --with-python@2
# wee-slack
mkdir -p ~/.weechat/python/autoload
curl -o ~/.weechat/python/autoload/wee_slack.py https://raw.githubusercontent.com/wee-slack/wee-slack/master/wee_slack.py
# go!
weechat
# after it starts, run
# /slack register
# Open the URL and authorise WeeSlack
# Copy the 'code' URL parameter and then back in weechat run:
# /slack register <code>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment