1.0.2 • Published 3 years ago

advent-of-code-cli v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

Advent of Code CLI · Build

A decently command-line interface I made because I was bored.

(Don't use this too frecuently, the AoC servers can only handle so much requests, so this CLI may cause problems if used too frecuently)

Installation

This CLI requires node version 8.x.x or greater.

You can install this using npm or yarn:

$ npm i -g advent-of-code-cli
$ yarn global add advent-of-code-cli

Usage

To run the CLI, run the following command:

$ aoc

A menu should pop up, where you must enter your session cookie to send with requests.

(If you don't have a session cookie, you can grab it on the "Application" tab of mostly any browser's DevTools, stored as "session" in the site cookies)