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

Is it possible to `get`and `add` triggers dynamically ? For example from a redis store. To be able to add triggers without restarting the bot. ``` python routes = {...

question

here is the problem : _// my bot is controlled with pocketsphinx, so never numeric numbers. Each value is alphabetic. So I need to automatic convert with sub_ begin :...

question

I want the bot to respond with small html bits when needed. But when i give it a few complex tags rivescript throws errors like [ERR: Math couldn\'t \'div\' to...

question

#### Event callbacks Enabling event-based handling of session state changes, instead of getting them and comparing after each reply. ``` def topic_cb(user, topic, redirect=None) ... rive.on('topic', topic_cb) def uservar_cb(user, name,...

While implementing the session manager I was looking at the user variable functions. It has a good description of what it does but not the parameter information. See https://github.com/aichaos/rivescript-python/blob/a28deb389d88c2a3f988dd93e15a04c0e536704e/rivescript/rivescript.py#L717