rivescript-go icon indicating copy to clipboard operation
rivescript-go copied to clipboard

A RiveScript interpreter for Go. RiveScript is a scripting language for chatterbots.

Results 12 rivescript-go issues
Sort by recently updated
recently updated
newest added

Hi, this operator (?) in goo language causes errors . ```bash $ go run . [WARN] Unknown command '?' at brain\index.rive line 2 [WARN] Response found before trigger at brain\index.rive...

It'd be nice if rivescript-go were able to parse and run Python object macros for RiveScript bots, by using the [Python C API](https://docs.python.org/3/c-api/index.html). There are two projects I found so...

enhancement
help wanted

ALl triggers are lower cased -- is it possible to create a trigger that doesn't? I have a user of my chatbot that he wants to decrypt a string. So...

This is a blanket ticket for going through the codebase and doing general cleanup and API fixes to make the code more idiomatic from a Go point of view. Examples:...

enhancement

Hi -- Is it possible using rivescript-go to define a regular expression? I am developing a chatbot where I ask the user for information for example if I need to...

I've been noticing that user input with linebreaks seems to not match anything at all, not even the topmost catch-all rule. I've been solving for this in the meantime by...

bug

the "@" is working fine but it still remove the "." .

enhancement

I tried the example provided ``` javascript // JavaScript Object Macro Examples ! version = 2.0 > object setvar javascript // Example of how to get the current user's ID...

I try ro copy and paste your example for rivescript session using redis but I keep on getting this error.

bug

trigger > [\*] beer [*] works fine but > [\*] пиво [*] doesn't works Any idea how to solve such situation?

unicode