SkeletonKey/README.md
2023-06-28 22:17:11 -04:00

30 lines
338 B
Markdown

# Skeleton Key
Verifies a list of OpenAI keys for validity.
## Authors
- Moony
- [@deltreed](https://twitter.com/moony)
## Installation
Install SkeletonKey with golang:
```bash
go install https://git.tcp.direct/moony/skeletonkey.git
go mod tidy
go build .
```
## Usage/Examples
```bash
./skeletonkey input_file.txt
```