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

Right now Bottr App uses a default theme with "Bottr" in the header. It would be great to allow this to be customised so Bots can add their own branding.

help wanted

When the Bot has a crash or error, we should send feedback to the user so that they aren't left staring at a typing indicator.

help wanted

Videos on YouTube about how to build a bot using Bottr for Messenger and Twitter, maybe more would be great for people to learn how to build bots with bottr...

help wanted

Right now we are using a raw table, we could style this to better match the rest of the site.

help wanted

It seems to have gone down https://bottr.co/examples We should update it anyhow to fit in the new website as well as add some better examples such as a weather bot,...

help wanted

Hi, Is it possible to add support for Telegram Bot API? How? https://core.telegram.org/bots https://core.telegram.org/bots/api

enhancement

Will make it easier to track usage

I can't find any official documentation that the user agent will be `facebookplatform`. Is checking the `x-hub-signature` enough, since that is the only official way of checking validity?

Hi, I tried out the tutorial which echoes messages and returns /stats on demand. 1. I configured webhooks, page access token,etc 2. sent a message from the page admin user...

Current `Session` class stores user context in memory. This is legit when we are only serving bot on single machine. Once we are going to serve it onto multiple servers...