Go to file
Yoo1tic 30c2610925 feat: add Gemini-Keychecker tool for API key validation 2025-07-06 23:52:09 +08:00
src feat: add Gemini-Keychecker tool for API key validation 2025-07-06 23:52:09 +08:00
.gitignore feat: add Gemini-Keychecker tool for API key validation 2025-07-06 23:52:09 +08:00
Cargo.lock feat: add Gemini-Keychecker tool for API key validation 2025-07-06 23:52:09 +08:00
Cargo.toml feat: add Gemini-Keychecker tool for API key validation 2025-07-06 23:52:09 +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]