/the-oracle

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

Primary LanguagePython

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"