diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -6,8 +6,6 @@ A WeeChat plugin for Slack.com. Synchronizes read markers, provides typing notif ##Deps: -pip install mechanize - pip install websocket-client weechat dev build from May 17 onward (or weechat > 4.4, expected Aug 15, 2014) @@ -20,10 +18,9 @@ weechat dev build from May 17 onward (or weechat > 4.4, expected Aug 15, 2014) #####3. Configure the slack plugin - /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_slack_password - /set plugins.var.python.slack_extension.nick your_slack_nickname + + /set plugins.var.python.slack_extension.slack_api_token your_slack_token + ^^ (find this at https://api.slack.com/ under Authentication) /set plugins.var.python.slack_extension.server weechat_server_short name ^^ (find this with /server list) |