Skip to content

Point72/csp-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csp-bot logo, overlapping blue speech bubbles

Build Status GitHub issues PyPI PyPI

Features

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.

Installation

Install with pip:

pip install csp csp-bot

Install with conda

conda install csp csp-bot -c conda-forge

License

This software is licensed under the Apache 2.0 license. See the LICENSE file for details.