Unofficial CLI for King of Time
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Adam Millerchip 7e0b4c7b73 unofficial 1 month ago
bin npx oclif generate kingoftime-cli 2 months ago
src update to version that is actually used 1 month ago
test Remove hello command 2 months ago
.editorconfig npx oclif generate kingoftime-cli 2 months ago
.eslintignore npx oclif generate kingoftime-cli 2 months ago
.eslintrc npx oclif generate kingoftime-cli 2 months ago
.gitignore npx oclif generate kingoftime-cli 2 months ago
.mocharc.json npx oclif generate kingoftime-cli 2 months ago
LICENSE MIT 1 month ago
README.md unofficial 1 month ago
package.json unofficial 1 month ago
tsconfig.json npx oclif generate kingoftime-cli 2 months ago
white_rabbit.jpg Add white rabbit image 🐇⏱️ 1 month ago

README.md

King of Time CLI (unofficial)

Usage

$ kot checkin
{ result: 'OK', image_result: '0', comment_result: '0' }

$ kot checkout
{ result: 'OK', image_result: '0', comment_result: '0' }

Installation

From the same directory as this README:

$ npm run setup

Now the kot command should be available on your system.

Set Tokens

You need to provide two tokens, which can be retrieved by inspecting the HTTP request to /bprgateway the King of Time Web UI makes when submitting a check-in or check-out request.

It is convenient to set these as the below environment variables, although they can also be passed as options to the checkin and checkout commands.

  • KINGOFTIME_TOKEN
  • KINGOFTIME_USER_TOKEN

Commands

kot checkin

Check in

USAGE
  $ kot checkin --token <value> --user-token <value>

FLAGS
  --token=<value>       (required) Defaults to the KINGOFTIME_TOKEN environment variable.
  --user-token=<value>  (required) Defaults to the KINGOFTIME_USER_TOKEN environment variable.

DESCRIPTION
  Check in

EXAMPLES
  $ kot checkin

kot checkout

Check out

USAGE
  $ kot checkout --token <value> --user-token <value>

FLAGS
  --token=<value>       (required) Defaults to the KINGOFTIME_TOKEN environment variable.
  --user-token=<value>  (required) Defaults to the KINGOFTIME_USER_TOKEN environment variable.

DESCRIPTION
  Check out

EXAMPLES
  $ kot checkout

kot help [COMMANDS]

Display help for kot.

USAGE
  $ kot help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for kot.

See code: @oclif/plugin-help

Credits

Inspired by https://github.com/inabajunmr/kotrcli