aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2014-10-25 15:57:16 -0700
committerRyan Huber <rhuber@gmail.com>2014-10-25 15:57:16 -0700
commit1c1ff4bccac0879a3a69612318f618cf33887646 (patch)
treea19d00f193e912ace1a3e2a9af737cb96a2468a4 /README.md
parent37b18c5534c18d3d1d75bb48889bb31ce37e345f (diff)
downloadwee-slack-1c1ff4bccac0879a3a69612318f618cf33887646.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 23 insertions, 2 deletions
diff --git a/README.md b/README.md
index 66283a6..64b01b0 100644
--- a/README.md
+++ b/README.md
@@ -12,14 +12,35 @@ Currently testing a branch that supports multiple teams and NO LONGER REQUIRES I
cd wee-slack
git checkout alpha_features
-Notes (important!):
+Notes for alpha (important!):
* Turn off irc (and disable autoconnect)!
* Only need to set API Token, all other vars are pulled from Slack
+ * new command to join slack channels
+ ```/slack join (channel)```
+
+ * new command to open a direct chat
+ ```/slack talk (username)```
+
* To test multi team, just do:
-
+
```/set plugins.var.python.slack_extension.slack_api_token (token1),(token2),(token3)```
+Alpha Features:
+ * Doesn't use IRC gateway. Connects directly with Slack via API/Websocket
+ * Multiple Teams supported! Just add multiple api tokens separated by commas
+ * Replays history during startup. (and sets read marker to the correct position in history)
+ * Open channels synchronized with Slack. When you open/close a channel on another client it is reflected in wee-slack
+ * Colorized nicks in buffer list when used with buffers.pl
+ * Colorized nicks in chat
+
+In Development:
+ * cache history pulls
+ * fix search
+ * add notification of new versions of wee-slack
+ * growl notification
+
+
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)