1.0.4 • Published 4 years ago

node-eoc v1.0.4

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

Eyes of the Channels

Installation

$ npm install --global node-eoc

Usage

command [option]

Examples:
  command -vcCF -w 1000 -b pol -p 143684145 -f "%no%_%filename%%ext%"

Options:
  -V, --version          output the version number
  -b, --board <board>    board code
  -p, --post <post>      post(thread) number
  -f, --format <format>  output image filename format (default: "%filename%%ext%")
  -t, --thread <thread>  downloading thread (default: 5)
  -w, --watch <delay>    thread watch delay (ms) (default: 0)
  -c, --cache            prevent downloading duped file by hash caching
  -C, --clean-up         delete all duplicated files, must enable -c or --cache first
  -F, --force            ignore false execution delay, currently only for the --clean-up
  -v, --verbose          more logs
  -s, --silent           no logs
  -h, --help             output usage information

Output filename template

The -f option allows user to write owns filename template.

Simple example: -f %key1%_bruh_%key2%

Check out the keys from the 4chan API structrue

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago