node-crackwatch
v1.0.14
Published
A CLI tool to search and find games on crackwatch
Downloads
26
Readme
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
