diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -9,3 +9,21 @@ A WeeChat plugin for Slack.com. Synchronizes read markers, provides typing notif pip install mechanize pip install websocket-client + +weechat build from May 17 onward + +##Setup: + + /set plugins.var.python.slack_extension.domain example.slack.com + /set plugins.var.python.slack_extension.email your_login_email@yourdomain.com + /set plugins.var.python.slack_extension.password your_password + /set plugins.var.python.slack_extension.nick your_slack_nickname + /set plugins.var.python.slack_extension.server your_irc_server_name + ^^ (find this with /server list) + + +Once you have changed these paramaters, run: + + /save + /python reload + |