Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/toastxc/reywen-revolt

A general purpose Revolt.chat bot framework
https://github.com/toastxc/reywen-revolt

bot chatbot revolt-api revolt-chat rust rust-lang

Last synced: 2 months ago
JSON representation

A general purpose Revolt.chat bot framework

Awesome Lists containing this project

README

        


Crab claw holding a spanner

Reywen - A Rust Bot and Framework for Revolt.chat

[![Stars](https://img.shields.io/github/stars/toastxc/Reywen-Revolt?style=flat-square&logoColor=white)](https://github.com/toastxc/Reywen-Revolt/stargazers)
[![Forks](https://img.shields.io/github/forks/toastxc/Reywen-Revolt?style=flat-square&logoColor=white)](https://github.com/toastxc/Reywen-Revolt/network/members)
[![Pull Requests](https://img.shields.io/github/issues-pr/toastxc/Reywen-Revolt?style=flat-square&logoColor=white)](https://github.com/toastxc/Reywen-Revolt/pulls)
[![Issues](https://img.shields.io/github/issues/toastxc/Reywen-Revolt?style=flat-square&logoColor=white)](https://github.com/toastxc/Reywen-Revolt/issues)
[![Contributors](https://img.shields.io/github/contributors/toastxc/Reywen-Revolt?style=flat-square&logoColor=white)](https://github.com/toastxc/Reywen-Revolt/graphs/contributors)
[![Licence](https://img.shields.io/github/license/toastxc/Reywen-Revolt?style=flat-square&logoColor=white)](https://github.com/toastxc/Reywen-Revolt/blob/main/LICENCE)

Reywen is a library for building bots on the Revolt.chat platform, written in Rust. It provides simple abstraction libraries for easily implementing features, while allowing for more direct interaction with the Revolt APi and Websocket.

## Structure
Reywen is centered around a single main structure `Client`, this contains the websocket library, authentication details and all http methods for the revolt.chat API

## Reporting
for issues or bugs todo with the Reywen bot (ReywenTXC) or related bots made by ToastXC go to https://github.com/toastxc/Reywen-TXC

## Development
Developing with and for Reywen-Revolt requires the following dependancies
```text
openssl-devel
gcc
rust stable
```
**Support for NT based operating systems is unknown and untested**