Giter VIP home page Giter VIP logo

golfc's Introduction

Golfc

CLI for managing code golf solutions at https://code.golf.

⚠️ Warning: This CLI is not currently stable, so future releases may cause breaking changes.

⚠️ Warning: There is currently no API for code.golf. Future changes to the site may break this CLI.

Installation

npm install golfc --location=global

To uninstall, use

npm uninstall golfc --location=global

Usage

Preparing a golfc workspace

Simply create a blank directory for everything to go into; ~/code-golf-sols would work well.

Saving the code.golf token

Of course, to fetch your solutions, the script needs your token.

In Chromium-based browsers, the token can be retrieved from __Host-session in about://settings/cookies/detail?site=code.golf or from Application/Storage/Cookies in the browser developer tools (Ctrl+Shift+I).

The easiest way to provide the token is by an environment variable like export CODE_GOLF_TOKEN=yourtoke-n123-goes-here-0123456789abcd.

You could also put the token in a .env file like so:

CODE_GOLF_TOKEN=yourtoke-n123-goes-here-0123456789abcd

Here is where I would typically say "gitignore your .env file," but you're not going to be publishing this directory anywhere public because it includes your (private) solutions.

You will have to replace the token when it expires in a couple months.

Development

A relatively modern nodejs install is required.

git clone https://github.com/jared-hughes/golfc.git
cd golfc
npm install
npm run build
# recommended: this will add the golfc script to your $PATH
npm install . --location=global

Fetch

Run golfc fetch to fetch all solutions and insert them into folders.

This command will overwrite files, so be careful. You might want to use a (local) repository and commit changes.

Submit

Run golfc submit -h fibonacci -l python -i somedir/fibonacci.py to submit your solution at somedir/fibonacci.py as python code to the Fibonacci hole.

This command might only overwrite files in the output/ directory.

golfc's People

Contributors

jared-hughes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.