From 692244476b4d7918d757ec128f8aeb4637197288 Mon Sep 17 00:00:00 2001 From: Sterister Date: Tue, 5 May 2026 15:58:26 +0200 Subject: [PATCH] =?UTF-8?q?docs=20=E2=80=94=20remove=20emojis=20from=20REA?= =?UTF-8?q?DME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 049a87b..bd43625 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Claude.ai does not expose a public usage API, so this scrapes `https://claude.ai | Component | Linux | macOS | Windows | |-----------|-------|-------|---------| -| `scraper.ts` (CLI) | ✅ Full | ⚠️ Works without Xvfb (browser visible) | ⚠️ Works without Xvfb (browser visible) | -| `tray.py` (system tray) | ✅ Full | ❌ Not supported | ❌ Not supported | +| `scraper.ts` (CLI) | Full | Works without Xvfb (browser visible) | Works without Xvfb (browser visible) | +| `tray.py` (system tray) | Full | Not supported | Not supported | The tray indicator depends on GTK3 + AyatanaAppIndicator3, which is Linux-only. Porting it to Windows or macOS would require swapping in something like [`pystray`](https://github.com/moses-palmer/pystray) (cross-platform tray) or [`rumps`](https://github.com/jaredks/rumps) (macOS).