bottender
bottender copied to clipboard
⚡️ A framework for building conversational user interfaces.
Hey there! Thank you for this great project! Unfortunalety I'm having trouble connecting twilio (live credentials) to my whatsapp webhook (other webhooks work great).. Twilio is trowing an "11200" errorCode...
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...
The signature verification is tricky and some cases are undocumented on the Twilio docs. So, IMO we should just use their functions here until one day we want to write...
#### planned - [x] monorepo (lerna) #428 - [x] refine HTTP adapter API #430 - [x] implement bottender start/dev cli #431 - [x] advanced runner and debugger #432 - [x]...
**Describe the bug** I found that the api document of chinese version got some problem about example code display **To Reproduce** Go to api doc page, select language as Chinese...
In the past version of bottender we can use "cross-platform-example" skill to run multiple LineBot at different express endpoint. But now all bot config come from "root/bottender.config.js", and there just...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I'm trying to write...
Hi, In Viber I create bot. I take sample from Bottender examples and add [onConversationStarted](https://bottender.js.org/docs/APIReference-ViberEvent#code-classlanguage-textconversationstartedcode) event: ```javascript const config = require('./bottender.config').viber; const bot = new ViberBot({ accessToken: config.accessToken, }); const...
Hello, Is there any chance supporting sessionStore on Firebase in the future?? Thanks