Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T21:12:38.000Z (3 months ago)
- Last Synced: 2024-10-25T02:38:30.278Z (12 days 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: 24.4 KB
- Stars: 7
- Watchers: 5
- Forks: 0
- 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 slack adapter
A [csp](https://github.com/point72/csp) adapter for [slack](https://slack.com)
[![Build Status](https://github.com/point72/csp-adapter-slack/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/point72/csp-adapter-slack/actions?query=workflow%3A%22Build+Status%22)
[![GitHub issues](https://img.shields.io/github/issues/point72/csp-adapter-slack.svg)](https://github.com/point72/csp-adapter-slack/issues)
[![PyPI](https://img.shields.io/pypi/l/csp-adapter-slack.svg)](https://pypi.python.org/pypi/csp-adapter-slack)
[![PyPI](https://img.shields.io/pypi/v/csp-adapter-slack.svg)](https://pypi.python.org/pypi/csp-adapter-slack)## Features
[More information is available in our wiki](https://github.com/Point72/csp-adapter-slack/wiki)
## 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](LICENSE) file for details.