Metadata-Version: 2.4
Name: csp-bot
Version: 0.0.1
Summary: CSP Bot
Project-URL: Repository, https://github.com/point72/csp-bot
Project-URL: Homepage, https://github.com/point72/csp-bot
Author-email: the csp-bot authors <CSPOpenSource@point72.com>
License: Apache-2.0
License-File: LICENSE
Keywords: chat,chatbot,csp,slack,stream-processing
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: beautifulsoup4
Requires-Dist: ccflow
Requires-Dist: croniter
Requires-Dist: csp
Requires-Dist: csp-adapter-discord
Requires-Dist: csp-adapter-slack
Requires-Dist: csp-adapter-symphony
Requires-Dist: csp-gateway
Requires-Dist: dateparser
Requires-Dist: hydra-core
Requires-Dist: pandas
Requires-Dist: pydantic>=2
Provides-Extra: develop
Requires-Dist: build; extra == 'develop'
Requires-Dist: bump-my-version; extra == 'develop'
Requires-Dist: check-manifest; extra == 'develop'
Requires-Dist: codespell<2.5,>=2.2.6; extra == 'develop'
Requires-Dist: hatchling; extra == 'develop'
Requires-Dist: mdformat-tables<1.1,>=1; extra == 'develop'
Requires-Dist: mdformat<0.8,>=0.7.17; extra == 'develop'
Requires-Dist: pytest; extra == 'develop'
Requires-Dist: pytest-cov; extra == 'develop'
Requires-Dist: ruff<0.10,>=0.5; extra == 'develop'
Requires-Dist: twine<7,>=5; extra == 'develop'
Requires-Dist: wheel; extra == 'develop'
Description-Content-Type: text/markdown

<a href="https://github.com/point72/csp-bot">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://github.com/point72/csp-bot/raw/main/docs/img/logo-name-dark.png?raw=true">
    <img alt="csp-bot logo, overlapping blue speech bubbles" src="https://github.com/point72/csp-bot/raw/main/docs/img/logo-name.png?raw=true" width="400">
  </picture>
</a>

<br/>

[![Build Status](https://github.com/point72/csp-bot/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/point72/csp-bot/actions/workflows/build.yml)
[![GitHub issues](https://img.shields.io/github/issues/point72/csp-bot.svg)](https://github.com/point72/csp-bot/issues)
[![PyPI](https://img.shields.io/pypi/l/csp-bot.svg)](https://pypi.python.org/pypi/csp-bot)
[![PyPI](https://img.shields.io/pypi/v/csp-bot.svg)](https://pypi.python.org/pypi/csp-bot)

## Features

`csp-bot` is a framework for building chat bots.
It is built on [csp](https://github.com/point72/csp), [csp-gateway](https://github.com/point72/csp-gateway), and [ccflow](https://github.com/point72/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](https://github.com/Point72/csp-bot/wiki/Overview).

## Installation

Install with `pip`:

```bash
pip install csp csp-bot
```

Install with `conda`

```bash
conda install csp csp-bot -c conda-forge
```

## License

This software is licensed under the Apache 2.0 license. See the [LICENSE](https://github.com/Point72/csp-bot/blob/main/LICENSE) file for details.
