The repo is also mirrored on github https://github.com/upsidedownsweetfood/PluriPastries
Find a file
2024-03-15 19:40:45 +00:00
src small changes to the queries 2024-03-15 20:18:26 +01:00
.gitignore feat: Finished rewriting the bot, finally 2023-09-02 23:24:43 +02:00
bun.lockb FEAT: added tupper migrations from json file 2023-12-09 22:46:55 +01:00
package.json Update package.json 2024-03-15 19:40:45 +00:00
README.md Update README.md 2024-03-15 19:24:18 +00:00
tsconfig.json first commit 2023-08-20 20:44:16 +02:00

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.

sudo pacman -S sqlite

You will need to install the bun runtime from their installation script.

curl -fsSL https://bun.sh/install | bash