
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.