rsarvar1a / the-oracle

A private repo to backup escape rooms and other puzzles for The Forest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oracle

A command and response management system for The Forest.

Getting Started

Install dependencies with Poetry.

$ poetry env use 3.11 
$ poetry install

Configure oracle by providing a configuration file:

{
  "administrators": [],
  "asset_path": "path/to/assets/folder/",
  "command_path": "path/to/commands/folder/",
  "prefix": "?",
  "token": "<YOUR TOKEN HERE>"
}

Do not commit a config.json to version control!

Run oracle.

$ poetry run oracle -c "path/to/config/file.json"

About

A private repo to backup escape rooms and other puzzles for The Forest.


Languages

Language:Python 100.0%