Skip to content

DET171/cbr-submitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FOR EDUCATION PURPOSES ONLY

I will not be responsible for any misuse of this software, any damage caused, or any suspensions/bans that may occur from using it.

As a sidenote, please do NOT DDoS codebreaker.xyz or the admins are going to come after my ass.

cbr-submitter-og

Submit your Codebreaker solutions straight from your terminal!

Installation

  1. Download the latest release:
git clone https://github.com/DET171/cbr-submitter-og.git
  1. Install the dependencies:
cd cbr-submitter-og
yarn
  1. Run it!
yarn cli <file containing solution> -t <auth token> -u <url to problem>
# e.g.
yarn cli test/main.cpp -t $TOKEN -u https://codebreaker.xyz/problem/dijkstra 

Usage

You can view the usage by running yarn cli --help:

cbr-submit <filename> [args]

Positionals:
  filename  File to submit                                              [string]

Options:
      --version  Show version number                                   [boolean]
  -t, --token    Auth token for your account                 [string] [required]
  -u, --url      URL of the problem                          [string] [required]
      --help     Show help                                             [boolean]

About

Pinning this to spite some people off

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors