From 40484f3332ade59ba5c00509f885c14b7d7a770c Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Tue, 18 Nov 2014 10:21:40 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c9c26e..71078dd 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ A Slack bot written in python that connects via the RTM API. Python-rtmbot is a callback based bot engine. The plugins architecture should be familiar to anyone with knowledge to the [Slack API](https://api.slack.com) and Python. The configuration file format is YAML. Some differences to webhooks: + 1. Doesn't a webserver to receive messages 2. Logs in as a slack user (or bot) 3. Bot users must be invited to a channel