https://github.com/diabloproject/clonk-cli
https://github.com/diabloproject/clonk-cli
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/diabloproject/clonk-cli
- Owner: diabloproject
- Created: 2024-11-26T21:37:15.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-26T21:38:46.000Z (5 months ago)
- Last Synced: 2024-11-26T22:28:54.331Z (5 months ago)
- Language: Rust
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred - diabloproject/clonk-cli - (Rust)
README
# Clonk CLI
A command-line interface for interacting with the Clonk API.
## Installation
clone the repository and run `cargo install --path .` to install the CLI.
## Usage
### Login
```bash
clonk auth login
```This will prompt you for your username and password, and then save the authentication cookies to a file in your home directory.
### Redeem
```bash
clonk redeem [--input "input"]
```This will redeem the specified API with the given input (if required).
### Repeating redeem
If (for some reason) you need to send some message repeatedly, you can use special parameters `--period` and `--count`:
```bash
clonk redeem --period --count [--input "input"]
```