Skip to content

Commit d03e1c4

Browse files
committed
Update README.md
1 parent e9d1f68 commit d03e1c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This plugin is a light wrapper around the [Slack API](https://api.slack.com/). I
88

99
The optional RTM connection allows you to create a persistent websocket connection, from which you can read events just like an official Slack client. This allows you to respond to events in real time without polling and send messages without making a full HTTPS request.
1010

11+
See [python-rtmbot](https://github.com/slackhq/python-rtmbot/) for an active project utilizing this library.
12+
1113
Dependencies
1214
----------
1315
* websocket-client https://pypi.python.org/pypi/websocket-client/
@@ -22,7 +24,6 @@ Installation ([virtualenv](http://virtualenv.readthedocs.org/en/latest/) is reco
2224
Usage
2325
-----
2426
See examples in [doc/examples](doc/examples/)
25-
See [python-rtmbot](https://github.com/slackhq/python-rtmbot/) for an active project using this library.
2627

2728
_Note:_ You must obtain a token for the user/bot. You can find or generate these at the [Slack API](https://api.slack.com/#auth) page.
2829

0 commit comments

Comments
 (0)