module __init__

Short summary

module botadi

Module botadi. Experiments around chatbots.

source on GitHub

Functions

function

truncated documentation

_setup_hook

if this function is added to the module, the help automation and unit tests call it first before anything goes on …

check

Checks the library is working. It raises an exception. If you want to disable the logs:

launch_gui_mokadi

Launches tkinter with Mokadi BOT.

Documentation

Module botadi. Experiments around chatbots.

source on GitHub

botadi._setup_hook(use_print=False)

if this function is added to the module, the help automation and unit tests call it first before anything goes on as an initialization step.

source on GitHub

botadi.check(log=False)

Checks the library is working. It raises an exception. If you want to disable the logs:

Parameters

log – if True, display information, otherwise

Returns

0 or exception

source on GitHub

botadi.launch_gui_mokadi(fLOG=None)

Launches tkinter with Mokadi BOT.

source on GitHub