Bottr icon indicating copy to clipboard operation
Bottr copied to clipboard

🤖 The world's simplest framework for creating Bots

Results 26 Bottr issues
Sort by recently updated
recently updated
newest added

I can't find documentation anymore and I really want to use this framework, does anyone have copies of the documentation or is it just on a new URL?

The actual text column clips and I can't zoom out either...

const Bottr = require('bottr'); const bot = new Bottr.Bot(); bot.on('message_received', function(message, session) { session.send('Hello World') }) bot.listen(); The code when run gives error `Cannot GET /` However if I include...

Hii, I build my app using Bottr and it works fine on heroku, But when i try to connect it with my Facebook Page & App i cannot verify and...

Hi, i,ve tried to add functionality as described as first steps here. ``` https://bottr.co/docs/adding-functionality.html ``` This ends in an error, when typing "/stats" ``` /Users/user/botName/index.js:10 var context = session.getUserContext({ ^...

1. Is there a roadmap of Bottr? 2. What are the next coming features? 3. Is the a plan to support non plain text reply of different platform? i.e. Buttons,...

After discussed with @jcampbell05. It will be a good idea to use @broidHQ [librairies](https://github.com/broidHQ/integrations) to integrate easily messaging platforms. Actually Broid support: Slack, Twitter, Viber, Line, Callr, Twilio, Skype, Discord,...

I'm looking for contributors for this project so if anyone wants to get involved message me here!

Hi; I tried the example app, but have some problems making it work. From the deploying page: > In the Webhooks section click “Setup Webhooks”, for the callback URL you...

https://chatbotsmagazine.com/how-to-kill-a-bot-with-10-http-requests-ca7eb57c2ad1#.j685u0tdj Implement https://github.com/alexcurtis/express-x-hub into clients and consider implementing #36

bug