Git Product home page Git Product logo

strawpoll-autovoter's Introduction

Strawpoll Autovoter

Allows to make vote attack

Installation

git clone https://github.com/thepicture/strawpoll-autovoter.git

cd strawpoll-autovoter

Usage

In the further examples argument order is not positional.

npm start -- --headless false --poll [poll_id] --option [option_id] --attempts 8 --ignore-proxy false

Or the same version with short syntax:

npm start -- -h false -p [poll_id] -o [option_id] -a 8 -i false

Override default free http proxy:

npm start -- -p [poll_id] -o [option_id] -t "http://example.com"

Use authenticated proxy:

npm start -- -p [poll_id] -o [option_id] -t "http://example.com" -c "username:password"

Arguments

-h --headless Whether browser should be visible or not. Defaults to false.

-p --pool Pool id pool_id taken from the link. Should be presented.

-o --option Option id option_id taken from the DOM. Should be presented.

-a --attempts Count of votes boost. Defaults to 4.

-i --ignore-proxy Whether the browser should use the system IP. Defaults to false. The proxy is taken from free proxies API by default.

-t --http-proxy The user proxy. Defaults to undefined.

-c --proxy-creds The user proxy credentials. If not specified, http proxy will not try to authenticate. Can be omitted.

strawpoll-autovoter's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.