-
Notifications
You must be signed in to change notification settings - Fork 1
Home
github-actions[bot] edited this page Apr 6, 2025
·
12 revisions

csp-bot
is a framework for building chat bots.
It is built on csp, csp-gateway, and ccflow
csp-bot
makes it easy to build extensible command-driven bots, and has some key features:
- connect to multiple backend chat platforms from the same instance
- register custom commands across backends
- create scheduled commands
- create asynchronous commands
- tag users
- redirect commands across rooms/channels
- and more!
For a detailed overview and examples, see our Documentation.
Install with pip
:
pip install csp csp-bot
Install with conda
conda install csp csp-bot -c conda-forge
This software is licensed under the Apache 2.0 license. See the LICENSE file for details.
This wiki is autogenerated. To made updates, open a PR against the original source file in docs/wiki
.
Get Started
For Developers
Coming soon!
For Contributors