https://github.com/csp-community/csp-adapter-discord
A csp adapter for discord
https://github.com/csp-community/csp-adapter-discord
chat chatbot cpp discord discord-py discordpy python reactive reactive-programming stream-processing streaming
Last synced: 4 months ago
JSON representation
A csp adapter for discord
- Host: GitHub
- URL: https://github.com/csp-community/csp-adapter-discord
- Owner: csp-community
- License: apache-2.0
- Created: 2024-08-09T23:06:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-30T02:36:06.000Z (4 months ago)
- Last Synced: 2026-03-30T05:32:27.914Z (4 months ago)
- Topics: chat, chatbot, cpp, discord, discord-py, discordpy, python, reactive, reactive-programming, stream-processing, streaming
- Language: Python
- Homepage: https://github.com/timkpaine/csp-adapter-discord/wiki
- Size: 127 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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 discord adapter
A [csp](https://github.com/point72/csp) adapter for [discord](https://discord.com)
[](https://github.com/csp-community/csp-adapter-discord/actions/workflows/build.yaml)
[](https://codecov.io/gh/csp-community/csp-adapter-discord)
[](https://github.com/csp-community/csp-adapter-discord/issues)
[](https://github.com/csp-community/csp-adapter-discord)
[](https://pypi.python.org/pypi/csp-adapter-discord)
## Features
The Discord adapter allows for reading and writing of messages from the [Discord](https://discord.com/) message platform using [`discord.py`](https://discordpy.readthedocs.io/en/stable/).
[More information is available in our wiki](https://github.com/csp-community/csp-adapter-discord/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-discord
```
Install with `conda`
```bash
conda install csp csp-adapter-discord -c conda-forge
```
## License
This software is licensed under the Apache 2.0 license. See the [LICENSE](https://github.com/csp-community/csp-adapter-discord/blob/main/LICENSE) file for details.