simonfalke-01 / cbr-cli

Submit your solutions to codebreaker.xyz without leaving the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️⚠️⚠️ Codebreaker API is down. This project is no longer maintained.

cbr-cli

Submit your solutions to codebreaker.xyz without leaving the terminal. This is a cli utility written in Go that allows you to directly submit your solutions to a problem to codebreaker.xyz, all in the comfort of your commandline.

Usage

cbr <problem id> <path-to-solution>
Example:
cbr helloworld main.cpp

Installation

Linux

wget https://github.com/simonfalke-01/cbr-cli/releases/latest/download/cbr-linux && chmod +x ./cbr-linux && mv ./cbr-linux /usr/local/bin/cbr

macOS

wget https://github.com/simonfalke-01/cbr-cli/releases/latest/download/cbr-darwin && chmod +x ./cbr-darwin && mv ./cbr-darwin /usr/local/bin/cbr

Windows

Check the GitHub Actions tab for Windows builds.

Disclaimer

This is not an official utility. This is a personal project and is not affiliated with codebreaker.xyz in any way. Do note, that the utility uses your browser's session cookie for codebreaker.xyz to authenticate you. The session cookie will never leave your machine. They are only sent to codebreaker.xyz to authenticate you.

About

Submit your solutions to codebreaker.xyz without leaving the terminal

License:GNU General Public License v3.0


Languages

Language:Go 98.1%Language:Objective-C 1.1%Language:Swift 0.7%Language:C 0.1%Language:C++ 0.0%