-
Trying to use this demo in my existing project with the latest Botkit. My 'facebook_optin' is working fine. But when I send any other message from facebook I get the following error:
`TypeError: Ca…
-
-
``` js
'use strict'
var Parser = require('snapdragon/lib/parser')
var parser = new Parser()
.capture('colon', /^:\s?/)
.pair('object', /^\{/, /^\}/)
.pair('array', /^\[/, /^\]/)
.use(function…
-
-
Hi
As per the Facebook Messenger documentation (https://developers.facebook.com/blog/post/2016/06/16/page-level-rate-limits/), the response header contains additional information:
> The values f…
-
Sorry for this issue, I've tried Google it but still can't find a solution.
when I try follow command
scrapy crawl fb -a email="___________@gmail.com" -a password="____________" -a page="DonaldTr…
-
Someone on the telegram chat asked this, which I think is interesting and useful to discuss:
> Can joinmarket be sybil attacked from the taker side? Somebody willing to spend enough on cj and netwo…
-
Create a dialogflow integration of the chatbot for the website. Chatbot should be accessible either in a typical chat pop-up form or possibly on its own page.
-
I saw on some servers bots that are collecting mass and then go in the bot owner.
I wonder if some of you guys know how to do it.
I know that you can change from config.js from "default to blind" , bu…
-
Thanks for great package, have some feature improvement.
**Is your feature request related to a problem? Please describe.**
Build bot easier by defining actions in steps and blocks defined in json…