1.0.2 • Published 7 years ago

clickit v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

Click IT! version License

Simple CLI utility to simulate random interval clicking action on a web page, using a random set of user-agents and proxies

Downloads Code Climate Dependency Status Dependencies

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

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago