Created
June 6, 2018 07:08
-
-
Save mroach/858c632a1d2b9dcb7de22750b6785278 to your computer and use it in GitHub Desktop.
Setting-up wee-slack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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