-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
github-actions[bot] edited this page Jun 22, 2026
·
4 revisions
You need Python >=3.10 on your machine to install csp-bot.
pip install csp-botconda install csp-bot --channel conda-forgecsp-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 # TelegramSee Backends for credentials and per-platform setup.
For other platforms and for development installations, build csp-bot from source.
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