You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-22Lines changed: 33 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Simple Slack API
2
2
3
-
This library allows an aplication to connect to [Slack](http://www.slack.com/) to receive and send messages from any channel as if it were a slack client. The main purpose of this library is to build slack bots able to react to channel events without having to configure any web hook. For now this library has very limited features and is quite experimental.
3
+
This library allows an aplication to connect to [Slack](http://www.slack.com/) to receive and send messages from any channel as if it were a slack client.
4
+
5
+
The main purpose of this library is to build slack bots able to react to channel events without having to configure any web hook.
4
6
5
7
6
8
## Short example
@@ -28,22 +30,24 @@ session.connect();
28
30
### Listening to messages :
29
31
30
32
Slack messages can be retrieved by attaching a SlackMessageListener to the session provided by the factory :
0 commit comments