Skip to content

diabloproject/clonk-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

clonk redeem <api_name> [--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:

clonk redeem <api_name> --period <ms> --count <n> [--input "input"]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages