peekobot icon indicating copy to clipboard operation
peekobot copied to clipboard

A simple, choice-driven chatbot framework for your website written in just over 100 lines of vanilla JavaScript (and some CSS)

Results 9 peekobot issues
Sort by recently updated
recently updated
newest added

I love your script and wish to create a separate business/code model based on it but I would like to ask for your permission first I am not looking to...

If our peekobot is a class: ```javascript class Peekobot { constructor() { this.plugins = Peekobot.prototype; } } var bot = new Peekobot(); bot.plugins.colorPicker = function () { console.log("Color Picker") }...

Please add buttons with overflow-x in the bottom of the chat with different languages like Russian English and more. The user can switch between languages by clicking the buttons. The...

![Screen Recording 2020-01-03 at 3 09 30 AM](https://user-images.githubusercontent.com/15871340/71694998-dd767280-2dd6-11ea-8f37-2d123229604d.gif) Added E2E tests with cypress to check all responses of user are working

Hi, Can you add the possibility to redirect to an url after an answer ? Thanks :)