1
1
mirror of https://gitlab.com/ceda_ei/Quadnite-Bot synced 2025-09-13 18:56:53 +02:00
Quadnite-Bot/README.md
2021-09-28 14:54:05 +05:30

17 lines
538 B
Markdown

# Quadnite-Bot
Source code for [@quadnite\_bot](https://t.me/quadnite_bot)
## Running your own instance
Quadnite bot depends on [Ugoki](https://gitlab.com/ceda_ei/ugoki) for providing
roleplay gifs. Once you have an instance of Ugoki (and optionally
[Ugoki Frontend](https://gitlab.com/ceda_ei/ugoki-frontend)) running:
- Clone this repo
- `npm install`
- `export BOT_API_KEY="your-token-for-bot"`
- `export FEEDBACK_ID="chat-id-where-feedback-is-forwarded-to"`
- `export UGOKI_ROOT="https://root.of.ugoki.api/server/"`
- `npm start`