There was an error while loading. Please reload this page.
You need Python >=3.10 on your machine to install csp-bot.
csp-bot
pip
pip install csp-bot
conda
conda install csp-bot --channel conda-forge
csp-bot connects to each chat platform through a separate adapter package. Install the ones you need:
pip install csp-adapter-slack # Slack pip install csp-adapter-discord # Discord pip install csp-adapter-symphony # Symphony pip install csp-adapter-telegram # Telegram
See Backends for credentials and per-platform setup.
For other platforms and for development installations, build csp-bot from source.
Home
Get Started
For Developers
Coming soon!
For Contributors