-
Hi,
I'm currently trying to setup a bot for Cisco Spark using Errbot.
Got it working so far that the webhook has been created, i can see the correct Spark Signature.
It joins the channel (only wh…
-
Botkit version: 0.6
OS: MacOS (It's not related to OS)
```javascript
var controller = Botkit.sparkbot({
debug: true,
log: true,
limit_to_domain: ['XXXX.com'], // enable this
…
-
I'd like to understand if this middleware is compatible with the new web starter kit for botkit (botkit-anywhere). In particular, I have been using this middleware to connect with botkit via Cisco Spa…
-
I am running this lab outside of the track its a part of so some of these suggestions may just clarify some items if for some reason the end-user is also running this lab outside the track.
Step 2…
-
Hi Tony,
First of all thanks a lot for your dev !!!
Sorry for this second line but I've issue even if all appear to be configured properly.
Thanks in advance for your feedback and once again for …
-
Hello - i'm trying to integrate your Cisco Spark addon into my VSTS build process and am running into this error: 2017-11-14T16:23:31.6873425Z ##[error]SyntaxError: Unexpected token {
It appears this…
-
I just set up the Poshbot and trying to getting to know it. But when I'm using the Giphy and xkcd commands I only get this error:
![image](https://user-images.githubusercontent.com/37109871/39042483-…
-
Cisco Spark only responds via direct_mention and direct_message
These events do nothing:
**mention
message_received
ambient**
Example:
```
controller.hears('ding', 'mention,message_receiv…
-
Named lists are a convenient way to add people to a channel. However, direct channels are only aiming to support 1:1 interactions. Therefore, the usage of named lists should be harmless in a direct ch…
-
An issue appear when add_participant**s** is used.
Only the first participant of the list is added and the action is stopped.
code:
```bash
def on_input(self, value):
logging.info("…