third-wheel
v0.1.1
Published
CLI for exporting Third Wheel recordings and transcripts.
Readme
third-wheel
CLI for exporting Third Wheel recordings and transcripts.
Login
npx third-wheel loginThe command opens /cli/login in your browser. Create a token in the app,
paste it into the terminal, and the CLI stores it at ~/.third/config.json.
By default, the CLI uses https://third-three-lilac.vercel.app.
For local development, pass your local app URL:
npx third-wheel login --app-url http://localhost:3000List Recordings
npx third-wheel recordingsThis prints JSON with session ids, timestamps, speaker maps, transcripts when available, scorecard summaries when available, recording metadata, and authenticated audio URLs.
Fetch One Recording
npx third-wheel recordings <recording-id>The response is JSON and can be piped into local coding agents or analysis tools.
Configuration
The CLI reads --app-url, saved config, THIRD_WHEEL_APP_URL, or APP_URL to
choose which app instance to call. Saved credentials live in
~/.third/config.json.
