https://github.com/point72/csp-adapter-slack
A csp adapter for slack
https://github.com/point72/csp-adapter-slack
chat chatbot cpp python reactive reactive-programming slack slack-sdk stream-processing streaming
Last synced: 3 days ago
JSON representation
A csp adapter for slack
- Host: GitHub
- URL: https://github.com/point72/csp-adapter-slack
- Owner: Point72
- License: apache-2.0
- Created: 2024-07-16T15:12:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-20T21:39:27.000Z (12 months ago)
- Last Synced: 2025-05-07T02:03:03.914Z (11 months ago)
- Topics: chat, chatbot, cpp, python, reactive, reactive-programming, slack, slack-sdk, stream-processing, streaming
- Language: Python
- Homepage: https://github.com/Point72/csp-adapter-slack/wiki
- Size: 81.1 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
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 slack adapter
A [csp](https://github.com/point72/csp) adapter for [slack](https://slack.com)
[](https://github.com/Point72/csp-adapter-slack/actions/workflows/build.yaml)
[](https://codecov.io/gh/Point72/csp-adapter-slack)
[](https://github.com/point72/csp-adapter-slack/issues)
[](https://github.com/Point72/csp-adapter-slack)
[](https://pypi.python.org/pypi/csp-adapter-slack)
## Features
The Slack adapter allows for reading and writing of messages from the [Slack](https://slack.com/) message platform using the [`slack-sdk`](https://tools.slack.dev/python-slack-sdk/).
[More information is available in our wiki](https://github.com/Point72/csp-adapter-slack/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-slack
```
Install with `conda`
```bash
conda install csp csp-adapter-slack -c conda-forge
```
## License
This software is licensed under the Apache 2.0 license. See the [LICENSE](https://github.com/Point72/csp-adapter-slack/blob/main/LICENSE) file for details.
> [!NOTE]
> This library was generated using [copier](https://copier.readthedocs.io/en/stable/) from the [Base Python Project Template repository](https://github.com/python-project-templates/base).