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
- Host: GitHub
- URL: https://github.com/point72/csp-adapter-symphony
- Owner: Point72
- License: apache-2.0
- Created: 2024-04-04T14:37:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-07T14:04:22.000Z (9 months ago)
- Last Synced: 2025-07-07T15:23:48.880Z (9 months ago)
- Topics: chat, chatbot, cpp, python, reactive, reactive-programming, stream-processing, streaming, symphony
- Language: Python
- Homepage: https://github.com/Point72/csp-adapter-symphony/wiki
- Size: 152 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# csp symphony adapter
A [csp](https://github.com/point72/csp) adapter for [symphony](https://symphony.com)
[](https://github.com/point72/csp-adapter-symphony/actions?query=workflow%3A%22Build+Status%22)
[](https://github.com/point72/csp-adapter-symphony/issues)
[](https://pypi.python.org/pypi/csp-adapter-symphony)
[](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.