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 based on bokkichat connections.

Implementing a kudubot

The base of a kudubot is the Bot class in the kudubot.Bot module. Any kudubot implementation must extend that class.

The following methods have to be implemented:

on_msg, name, parsers

on_msg is called whenever the bot receives a message. name defines the name of the bot class. parsers returns a list of CommandParser objects.

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.23.1.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

kudubot-0.23.1-py3-none-any.whl (29.0 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