You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ There are many great browser automation tools. Here's when opencli is the right
45
45
46
46
-**Zero LLM cost** — No tokens consumed at runtime. Run 10,000 times and pay nothing.
47
47
-**Deterministic** — Same command, same output schema, every time. Pipeable, scriptable, CI-friendly.
48
-
-**Broad coverage** — 70+ sites across global and Chinese platforms (Bilibili, Zhihu, Xiaohongshu, Reddit, HackerNews, and more), plus desktop Electron apps via CDP.
48
+
-**Broad coverage** — 73+ sites across global and Chinese platforms (Bilibili, Zhihu, Xiaohongshu, Reddit, HackerNews, and more), plus desktop Electron apps via CDP.
49
49
50
50
> For a detailed comparison with Browser-Use, Crawl4AI, Firecrawl, and others, see the [Comparison Guide](./docs/comparison.md).
51
51
@@ -161,7 +161,7 @@ git clone git@github.com:jackwener/opencli.git && cd opencli && npm install && n
Copy file name to clipboardExpand all lines: docs/comparison.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ OpenCLI occupies a specific niche in the browser automation ecosystem. This guid
87
87
-**Zero LLM cost** — No tokens consumed at runtime. Run 10,000 times for free.
88
88
-**Deterministic output** — Same command always returns the same schema. Pipeable, scriptable, CI-friendly.
89
89
-**Speed** — Adapter commands return in seconds, not minutes.
90
-
-**Broad platform coverage** — 70+ sites spanning global platforms (Reddit, HackerNews, Twitter, YouTube) and Chinese platforms (Bilibili, Zhihu, Xiaohongshu, Douban, Weibo) with adapters that understand local anti-bot patterns.
90
+
-**Broad platform coverage** — 73+ sites spanning global platforms (Reddit, HackerNews, Twitter, YouTube) and Chinese platforms (Bilibili, Zhihu, Xiaohongshu, Douban, Weibo) with adapters that understand local anti-bot patterns.
91
91
-**Desktop app control** — CDP adapters for Cursor, Codex, Notion, ChatGPT, Discord, and more.
92
92
-**Easy to extend** — Drop a `.yaml` or `.ts` adapter into the `clis/` folder for auto-registration. Contributing a new site adapter is straightforward.
0 commit comments