Go to file
Yoo1tic 5c09a58786 fix: normalize package name to lowercase in Cargo files 2025-07-07 00:10:47 +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 fix: normalize package name to lowercase in Cargo files 2025-07-07 00:10:47 +08:00
Cargo.toml fix: normalize package name to lowercase in Cargo files 2025-07-07 00:10:47 +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]