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
Aplicación de escritorio para validar claves API de servicios populares y ejecutar comprobaciones por lotes con límites de tasa y reportes. Compatible con OpenAI (ChatGPT), Google Gemini, YouTube Data API y endpoints personalizados.
⚠️ macOS puede bloquear compilaciones sin firma descargadas desde GitHub. Si confías en la app, elimina el atributo de cuarentena:
41
+
⚠️ macOS puede bloquear compilaciones sin firma descargadas desde GitHub. Si ves el mensaje "app is damaged and can't be opened. You should move it to the Trash", usa este comando:
19
42
20
43
```bash
21
44
xattr -dr com.apple.quarantine "/Applications/API Key Health Checker.app"
22
45
```
23
46
24
47
## Funciones
48
+
25
49
- Adaptadores de servicio: OpenAI, Gemini, YouTube, Custom
26
50
- Comprobaciones por lotes con concurrencia, retraso aleatorio (jitter), reintentos y limitador global de RPS
27
51
- Varias ejecuciones en paralelo con registros en tiempo real, estadísticas y resumen
Copy file name to clipboardExpand all lines: README.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,35 @@
8
8
9
9
Desktop app to validate API keys for popular services and run batch checks with rate limits and reports. Supports OpenAI (ChatGPT), Google Gemini, YouTube Data API, and custom endpoints.
⚠️ macOS may block unsigned builds downloaded from GitHub. If you trust the app, remove the quarantine attribute:
39
+
⚠️ macOS may block unsigned builds downloaded from GitHub. If you see the message "app is damaged and can't be opened. You should move it to the Trash", run:
20
40
21
41
```bash
22
42
xattr -dr com.apple.quarantine "/Applications/API Key Health Checker.app"
Десктопное приложение для проверки API-ключей популярных сервисов и пакетных проверок с лимитами и отчетами. Поддерживает OpenAI (ChatGPT), Google Gemini, YouTube Data API и Custom эндпоинты.
⚠️ macOS может блокировать неподписанные сборки, скачанные с GitHub. Если вы доверяете приложению, удалите атрибут карантина:
35
+
⚠️ macOS может блокировать неподписанные сборки, скачанные с GitHub. Если вы увидели сообщение "app is damaged and can't be opened. You should move it to the Trash", воспользуйтесь командой:
19
36
20
37
```bash
21
38
xattr -dr com.apple.quarantine "/Applications/API Key Health Checker.app"
0 commit comments