Nucu-RPG-Bot/readme.md

36 lines
1,019 B
Markdown
Raw Normal View History

2024-01-24 15:10:58 +00:00
# Nucu's RPG Tools
2024-01-21 21:34:33 +00:00
⚠️ _Currently under development_
Nucu's table top role-playing game bot is a generic BOT 🤖 that aids your games.
It features:
2024-01-21 21:35:24 +00:00
- ✅ A custom dice roller and parser. 🎲
2024-01-21 21:34:33 +00:00
- ❌ Artificial Intelligence.
- ❌ Cooking, brewing and farming skills.
2024-01-23 20:33:59 +00:00
- ✅ A discord interface
2024-01-21 21:34:33 +00:00
- ❌ Telemetry (We don't do that here)
- ❌ Paid Content.
2024-01-22 19:36:59 +00:00
### Screenshots
![./docs/bot_dice_roll.png](./docs/bot_dice_roll.png)
2024-01-23 20:05:50 +00:00
# Running the bot
I've designed the bot to be run by yourself, and be configured via a configuration file.
2024-01-24 15:10:58 +00:00
pyenv
2024-01-23 20:05:50 +00:00
You can view the configuration file example in the project's root under the name [config.yaml](config.yaml).
The configuration file's location is the current directory and can be configured to something else with the
following environment variable:
Example:
```shell
export NUCUBOT_CONFIG=/PycharmProjects/NucusTTRPGBot/secrets/config.yaml
python -m src.main
```
2024-01-23 20:13:25 +00:00
2024-01-24 15:10:58 +00:00
# Running the bot on Raspberry PI
2024-01-23 20:13:25 +00:00
Made with 💞 by [nuculabs.dev](https://blog.nuculabs.dev)