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

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

Results 35 rivescript-python issues
Sort by recently updated
recently updated
newest added

Hi!, You know me of course, i was writing a test for the tag. As its an alias of {lowercase}{/lowercase} should an other instance of in a reponse not be...

The current script design let's you program a response for a given user message. There are scenarios where 1. The bot might be required to send a proactive message 2....

Using version 1.14.9, with the following begin.rive ``` ! version = 2.0 ! var myvar = hello + print - myvar is ``` I expect that the user input `print`...

1. Behavior of ""* Behavior of "*" has expanded. Now it can mean the absence of characters, as well as prefixes and endings. This is more convenient than combing these...

This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code...

``` # in python > object tempCall python return 'right' < object < object test python temp_query = rs.get_uservar(rs.current_user(),"temp_query") print(temp_query) > object # in rivescript + xyz (x|y|z) -

Example: ``` + year - Hello. What year were you born? + i was born in # - + # % * what year were you born?{weight=20} - In ?...

question

I've got a couple of .rive files that have quite a few triggers. And they work. But sometimes this error appears instead of giving me the reply. And I can't...

Hi, I would like to know if it is possible to have input match to any possible inputs having the same words possibly not in the same order. Below is...

Hello, With Python 3.7 I have an error when the rive contain a `_` (word wildcard). The error is : `re.error: bad escape \w at position 16` in [rivescript/brain.py l448](https://github.com/aichaos/rivescript-python/blob/b55c820cf02a194605fd66af1f070e239f84ed31/rivescript/brain.py#L448)...