Go to file
Yoo1tic bf22fe91f7 feat: add GitHub Actions workflow for building and testing 2025-07-07 00:02:54 +08:00
.github/workflows feat: add GitHub Actions workflow for building and testing 2025-07-07 00:02:54 +08:00
src feat: update dependencies and enhance key validation logic 2025-07-07 00:00:11 +08:00
.gitignore feat: add Gemini-Keychecker tool for API key validation 2025-07-06 23:52:09 +08:00
Cargo.lock feat: update dependencies and enhance key validation logic 2025-07-07 00:00:11 +08:00
Cargo.toml feat: update dependencies and enhance key validation logic 2025-07-07 00:00:11 +08:00
README.md feat: add Gemini-Keychecker tool for API key validation 2025-07-06 23:52:09 +08:00

README.md

Gemini-Keychecker

A tool to check and backup API keys

Options:
  -i, --input-path <INPUT_PATH>    [default: keys.txt]
  -o, --output-path <OUTPUT_PATH>  [default: output_keys.txt]
  -u, --api-host <API_HOST>        [default: https://generativelanguage.googleapis.com/]
  -t, --timeout-ms <TIMEOUT_MS>    [default: 5000]
  -c, --concurrency <CONCURRENCY>  [default: 30]