Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

strawpoll-bots

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strawpoll-bots

A npm package for botting polls on strawpoll.me

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

strawpoll-bots

A npm package for botting polls on strawpoll.me

Features (Watch 'test' folder)

  • Works on IP Limitation Checking polls (with socks proxies)
  • Works on No Limitation Checking polls
  • Doesn't works with polls that have captcha protection

Installation

npm i strawpoll-bots | yarn add strawpoll-bots

Parameters (Options) (Watch 'test' folder)

  • URL: Poll url (eg: http://www.strawpoll.me/15100511)
  • Option ID: For example 1st option id/value is 0 (starts from 0) then the 2nd option id/value is 1 etc...
  • Protection: Set it to true if the poll uses ip limitation checking and false if the poll have no limitation checking
  • SocksFilePath (only if 'protection' is true): Path to the socks list file
  • Amount (only if 'protection' is false): Amount approx of the votes to the poll

Usage

IP Limitation Checking Example
const botPoll = require('strawpoll-bots').default;
const { join } = require('path');

// Args: (url, optionID, protection, socksFilePath, amount)
botPoll('http://www.strawpoll.me/15100511', 1, true, join(__dirname, 'socks.txt'));
No Limitation Checking Example
const botPoll = require('strawpoll-bots').default;

// Args: (url, optionID, protection, socksFilePath, amount)
botPoll('http://www.strawpoll.me/15100521', 1, false, null, 5000)

License

MIT license

Keywords

FAQs

Package last updated on 18 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc