docs — remove emojis from README

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-05 15:58:26 +02:00
parent 6c866d3c2d
commit 692244476b

View File

@@ -15,8 +15,8 @@ Claude.ai does not expose a public usage API, so this scrapes `https://claude.ai
| Component | Linux | macOS | Windows | | Component | Linux | macOS | Windows |
|-----------|-------|-------|---------| |-----------|-------|-------|---------|
| `scraper.ts` (CLI) | Full | ⚠️ Works without Xvfb (browser visible) | ⚠️ Works without Xvfb (browser visible) | | `scraper.ts` (CLI) | Full | Works without Xvfb (browser visible) | Works without Xvfb (browser visible) |
| `tray.py` (system tray) | Full | Not supported | Not supported | | `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). 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).