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
Follow the instructions on the usage page.