Scroll to navigation

ERRBOT(1) User Commands ERRBOT(1)

NAME

Errbot - Chatbot designed to be simple to extend with plugins written in Python

DESCRIPTION

usage: errbot [-h] [-c CONFIG] [-v | -r [RESTORE] | -l | --new-plugin

[NEW_PLUGIN] | -i [INIT] | --storage-set STORAGE_SET | --storage-merge STORAGE_MERGE | --storage-get STORAGE_GET | -T | -G] [-d] [-p PIDFILE]

The main entry point of the errbot.

options:

show this help message and exit
Full path to your config.py (default: config.py in current working directory).
show program's version number and exit
restore a bot from backup.py (default: backup.py from the bot data directory)
list all available backends
create a new plugin in the specified directory
Initialize a simple bot minimal configuration in the optionally given directory (otherwise it will be the working directory). This will create a data subdirectory for the bot data dir and a plugins directory for your plugin development with an example in it to get you started.
DANGER: Delete the given storage namespace and set the python dictionary expression passed on stdin.
DANGER: Merge in the python dictionary expression passed on stdin into the given storage namespace.
Dump the given storage namespace in a format compatible for --storage-set and --storage-merge.
force local text backend
force local graphical backend

optional daemonization arguments:

Detach the process from the console
Specify the pid file for the daemon (default: current bot data directory)
January 2024 Errbot version 6.2.0