Install Traffic Ticket Appeal Assistant

Python package via pip, Node.js package via npm, or Docker. Install in under 5 minutes across all supported platforms.

pip

$pip install traffic-appeal-assistant

Requires Python 3.9+. Automatically installs OpenAI and supporting dependencies.

appeal-cli --version to verify.

npm

$npm install -g traffic-appeal-assistant

Requires Node.js 18+. Includes the CLI binary and TypeScript bindings.

appeal-cli --version to verify.

Docker

$docker pull trafficappeal/assistant:latest

Pre-configured container with all dependencies. Run with your API key as an environment variable.

docker run trafficappeal/assistant:latest appeal-cli --version to verify.

Quick Test

bash
```bash
appeal-cli status
```

Verify your installation returns a status response without errors. This confirms your API key and environment are correctly configured.

Configure Your API Keys

Get Started Free