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
- Host: GitHub
- URL: https://github.com/upsidedownsweetfood/pluripastries
- Owner: upsidedownsweetfood
- Created: 2024-03-15T19:19:38.000Z (about 1 year ago)
- Default Branch: mistress
- Last Pushed: 2024-03-17T16:19:36.000Z (about 1 year ago)
- Last Synced: 2025-03-14T18:51:22.227Z (about 2 months ago)
- Topics: revolt-bot, revolt-chat
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```