Skip to content

Setup

Step 1: Install uv

# Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"

Step 2: Run the app

git clone https://github.com/AdamGagorik/ffxiahbot.git
cd ffxiahbot/bin
uv run ffxiahbot --help

Step 3: Configure the bot

Follow the instructions on the usage page.