node-crackwatch

1.0.14 • Public • Published

node-crackwatch

A CLI tool to search and find games on crackwatch

To install just run npm install -g node-crackwatch

Usage: crackwatch [options]

Options:

  • -V, --version output the version number
  • -g, --game [optional] Game name (must be between quotes)
  • -G, --games [optional] Games, split by comma
  • -e, --exact Match the exact title
  • -p, --page-start [optional] Page start (default 0)
  • -P, --page-end [optional] Page end (default 450)
  • -v, --verbose Display more information
  • -s, --stop-on-find Stop once the program has found a game
  • -h, --help output usage information

Examples:

  • crackwatch -g "Far Cry" (Will try to find games that match with the parameter)
  • crackwatch -G "Far Cry,Metro" -p 0 -P 100 (Will try to find games that mach with the parameter from page 0 to 100)

TODO

  • Implement a live crack watch
    • Add custom delay by user input
    • Find a single game or find games matching the user's choice
    • Save all the pages where the selected games are found
    • Allow to stop on CTRL + C

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i node-crackwatch

    Weekly Downloads

    1

    Version

    1.0.14

    License

    ISC

    Unpacked Size

    11 kB

    Total Files

    10

    Last publish

    Collaborators

    • rochismo