SkeletonKey/README.md

29 lines
332 B
Markdown
Raw Normal View History

2023-06-29 02:12:59 +00:00
# Skeleton Key
Verifies a list of OpenAI keys for validity.
## Authors
- [@deltreed](https://www.git.tcp.direct/moony)
## Installation
Install my-project with npm
```bash
go install https://git.tcp.direct/moony/skeletonkey.git
go mod tidy
go build .
```
## Usage/Examples
```bash
./skeletonkey input_file.txt
```