diff options
author | Ryan Huber <rhuber@gmail.com> | 2014-10-24 17:41:20 -0700 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2014-10-24 17:41:20 -0700 |
commit | 37b18c5534c18d3d1d75bb48889bb31ce37e345f (patch) | |
tree | 548c1d311eb33500d3e5c9d8c780fffffeed938f | |
parent | 4bafda97591b19cf2c1863522f6cb42036e6b65f (diff) | |
download | wee-slack-37b18c5534c18d3d1d75bb48889bb31ce37e345f.tar.gz |
Update README.md
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -4,6 +4,22 @@ wee-slack ========= +#Update! + +Currently testing a branch that supports multiple teams and NO LONGER REQUIRES IRC! To try, just pull the branch called "alpha_features" + + git clone git@github.com:rawdigits/wee-slack.git + cd wee-slack + git checkout alpha_features + +Notes (important!): + * Turn off irc (and disable autoconnect)! + * Only need to set API Token, all other vars are pulled from Slack + * To test multi team, just do: + + ```/set plugins.var.python.slack_extension.slack_api_token (token1),(token2),(token3)``` + + A WeeChat plugin for Slack.com IRC mode. Provides supplemental features only available in the web/mobile clients such as: synchronizing read markers, typing notification, search, (and more)! Connects via the Slack API, and maintains a persistent websocket for notification of events. ![animated screenshot](https://dl.dropboxusercontent.com/u/566560/slack.gif) |