Skip to content

0xkarambit/Ruler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruler

CLI utility to fetch projecteuler problems by problem numbers

Installation

download the latest release and install with

npm i -g ./ruler-1.0.0.tgz

run with commands rule and ruler

Usage

usage: rule [-h] [-v] [-m] P

Ruler [rule] projecteuler.net problems automator !

positional arguments:
  P              the problem to fetch [number]

optional arguments:
  -h, --help     show this help message and exit
  -v, --version  show program's version number and exit
  -m, --minimal  specify if minimal page should be scraped [doesnt include the title]