An open API service indexing awesome lists of open source software.

https://github.com/point72/csp-adapter-symphony

A csp adapter for symphony
https://github.com/point72/csp-adapter-symphony

chat chatbot cpp python reactive reactive-programming stream-processing streaming symphony

Last synced: 9 months ago
JSON representation

A csp adapter for symphony

Awesome Lists containing this project

README

          

# csp symphony adapter

A [csp](https://github.com/point72/csp) adapter for [symphony](https://symphony.com)

[![Build Status](https://github.com/point72/csp-adapter-symphony/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/point72/csp-adapter-symphony/actions?query=workflow%3A%22Build+Status%22)
[![GitHub issues](https://img.shields.io/github/issues/point72/csp-adapter-symphony.svg)](https://github.com/point72/csp-adapter-symphony/issues)
[![PyPI](https://img.shields.io/pypi/l/csp-adapter-symphony.svg)](https://pypi.python.org/pypi/csp-adapter-symphony)
[![PyPI](https://img.shields.io/pypi/v/csp-adapter-symphony.svg)](https://pypi.python.org/pypi/csp-adapter-symphony)

## Features

The Symphony adapter allows for reading and writing of messages from the [Symphony](https://symphony.com/) message platform using [`requests`](https://requests.readthedocs.io/en/latest/) and the [Symphony SDK](https://docs.developers.symphony.com/).

[More information is available in our wiki](https://github.com/Point72/csp-adapter-symphony/wiki)

## Chat Framework

[`csp-bot`](https://github.com/Point72/csp-bot) is a framework for writing cross-platform, command oriented chat bots.

## Installation

Install with `pip`:

```bash
pip install csp csp-adapter-symphony
```

Install with `conda`

```bash
conda install csp csp-adapter-symphony -c conda-forge
```

## License

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