tail-fin-cli
Unified CLI entry point for tail-fin — multi-site browser automation.
Install
# All adapters (default)
# Only specific adapters
Available features: twitter, reddit, bloomberg, coupang, pcc, instagram, xhs, youtube, grok, sa, s591, gen, nansen
Usage
# Sites that auto-launch a stealth browser
# Sites that need your login session
# RSS (no browser needed)
Global Flags
| Flag | Description |
|---|---|
--connect <host:port> |
Chrome remote debugging address |
--cookies [path] |
Use saved cookies |
--headed |
Run browser in visible mode |
All commands output JSON to stdout, errors to stderr.
Interactive REPL
Run tail-fin without a subcommand (or pass the top-level --repl flag) to start an interactive session:
}
}
Global flags (--connect, --cookies, --headed) are captured at launch and apply to every command in the session; they cannot be changed inside the REPL (restart to switch). Unknown commands and parse errors keep the session alive — only quit, exit, or Ctrl+D end it. Piped input (echo "sa quote AAPL" | tail-fin) runs commands silently, useful for scripted sequences.
Note: arguments are split on whitespace inside the REPL; commands with quoted args (e.g. twitter search "rust lang") should be run in one-shot mode.