1.0.2 • Published 8 years ago
clickit v1.0.2
Click IT!

Simple CLI utility to simulate random interval clicking action on a web page, using a random set of user-agents and proxies
Install
# using npm
npm install --global --only=production clickit
# using yarn
yarn global add clickit
Usage
Usage: clickit [options]
Options:
--url url to load [required]
--selector element to click [required]
--timeout browser action timeout in seconds [default: 3]
--min minimum amount of time between intervals in seconds [default: 5]
--max maximum amount of time between intervals in seconds [default: 10]
--proxies path to file with proxies to use
--screenshots path to store screenshots
--help Show help [boolean]
Proxies
You can specify path to a JSON file with an array of proxies to use randomly for each interval:
Sample Proxies JSON
[
"216.56.48.118:9000",
"138.197.83.21:8080",
"208.83.106.105:9999",
"208.101.7.183:80",
"208.101.7.180:80"
]
:copyright: www.ahmadnassri.com · License: ISC · Github: @ahmadnassri · Twitter: @ahmadnassri