Skip to main content

An chat bot framework

Project description

Kudubot

master develop
build status build status

Logo

Kudubot is a chat bot framework designed to work with arbitrary messaging services, be it Whatsapp, Telegram, IRC or even Email. The framework is completely modular and can be extended with other connection types and services.

Usage

Kudubot can be used using the kudubot command once it's installed using the setup.py file or pip. To do so, run one of the following commands, optionally with the --user flag to install it for the current user as opposed to system-wide:

python setup.py install

pip install kudubot

To use kudubot, a configuration directory must exist in ~/.kudubot or be provided to the kudubot-command using the --config option. A configuration directory can be generated using kudubot-config-gen. Run kudubot-config-gen --help to explore the options that tool provides you.

Sample connection configurations can be found here

Implementing a Connection.

To implement a new Connection, you will have to create a subclass of the kudubot.connections.Connection.Connection class and implement the various abstract methods.

To integrate the connection with Kudubot, make sure your class is in your system's python path (i.e. importable) and add an import statement to the config file located at $HOME/.kudubot/connections.conf that would import your Connection class.

For examples look at the implemented connections.

Implementing a Service

To implement a Service, you will have to create a subclass of the kudubot.services.Service.Service class and implement the various abstract methods.

To integrate the service with Kudubot, make sure your class is in your system's python path (i.e. importable) and add an import statement to the config file located at $HOME/.kudubot/services.conf that would import your Service class.

For examples look at the implemented services.

Creating a standalone Bot Service

To see how to create a single-purpose bot, take a look at the echobot:

Further Information

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kudubot-0.19.0.tar.gz (39.1 kB view hashes)

Uploaded Source

Built Distribution

kudubot-0.19.0-py3-none-any.whl (78.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page