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

https://github.com/upsidedownsweetfood/pluripastries

Mirror of https://forge.cakey.me/PluriPastries/Revolt-Bot
https://github.com/upsidedownsweetfood/pluripastries

revolt-bot revolt-chat

Last synced: about 2 months ago
JSON representation

Mirror of https://forge.cakey.me/PluriPastries/Revolt-Bot

Awesome Lists containing this project

README

        

# PluriPastries
PluriPastries is a pluralkit alternative for the revolt chat platform.
It supports creating members and sending messages as one of the members.

## How to host the bot yourself.
### requirements.
SQLite on arch.
```bash
sudo pacman -S sqlite
```
You will need to install the bun runtime from their installation script.
```bash
curl -fsSL https://bun.sh/install | bash
```