The repo is also mirrored on github https://github.com/upsidedownsweetfood/PluriPastries
Find a file
2024-03-15 23:23:29 +01:00
src fixed a bug in sendAsMemberHandler.ts and switched to bun's sqlite library 2024-03-15 23:20:11 +01:00
.gitignore feat: Finished rewriting the bot, finally 2023-09-02 23:24:43 +02:00
bun.lockb fixed a bug in sendAsMemberHandler.ts and switched to bun's sqlite library 2024-03-15 23:20:11 +01:00
package.json fixed merge conflict 2024-03-15 23:23:29 +01:00
README.md Update README.md 2024-03-15 19:24:18 +00:00
tsconfig.json fixed a bug in sendAsMemberHandler.ts and switched to bun's sqlite library 2024-03-15 23:20:11 +01: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