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

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

Awesome Lists containing this project

README

          

# csp discord adapter

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

[![Build Status](https://github.com/csp-community/csp-adapter-discord/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/csp-community/csp-adapter-discord/actions/workflows/build.yaml)
[![codecov](https://codecov.io/gh/csp-community/csp-adapter-discord/branch/main/graph/badge.svg)](https://codecov.io/gh/csp-community/csp-adapter-discord)
[![GitHub issues](https://img.shields.io/github/issues/csp-community/csp-adapter-discord.svg)](https://github.com/csp-community/csp-adapter-discord/issues)
[![License](https://img.shields.io/github/license/csp-community/csp-adapter-discord)](https://github.com/csp-community/csp-adapter-discord)
[![PyPI](https://img.shields.io/pypi/v/csp-adapter-discord.svg)](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.