Skip to content

Installation

github-actions[bot] edited this page Jun 22, 2026 · 4 revisions

Pre-requisites

You need Python >=3.10 on your machine to install csp-bot.

Install with pip

pip install csp-bot

Install with conda

conda install csp-bot --channel conda-forge

Backend adapters

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.

Source installation

For other platforms and for development installations, build csp-bot from source.

Clone this wiki locally