GithubHelp home page GithubHelp logo

hfreire / pollmommy Goto Github PK

View Code? Open in Web Editor NEW
37.0 4.0 10.0 7.73 MB

⭐️ Hack your πŸ™ˆ vote out of πŸ“ˆ Polldaddy surveys - used by πŸ’° BBC, Microsoft, Forbes, Pfizer, IBM

License: MIT License

JavaScript 100.00%
polldaddy-surveys poll-website poll hack nightmarejs voting vote-application hacking polldaddy github-actions

pollmommy's Introduction

⭐ Hack your πŸ™ˆ vote out of πŸ“ˆ Polldaddy surveys - used by πŸ’° BBC, Microsoft, Forbes, Pfizer, IBM

Coverage Status Known Vulnerabilities Version Downloads

Uses a headless browser to visit a poll website and inject JavaScript code to perform the desired poll voting.

Features

  • Uses Nightmare 😱 to generate legit traffic on the poll website βœ…
  • Supports Bluebird 🐦 promises βœ…

How to install

npm install pollmommy -g

How to use

Fetch the required parameters

Parameter Description How to get it
Poll URL The poll's website URL. Polldaddy's poll website or the embedded poll website.
Poll id The Polldaddy's poll identifier. Inspect the website HTML code and search for this pattern PDI_containerNUMBER - NUMBER will be the id.
Poll option id The Polldaddy's poll option identifier. Pick the desired option and inspect the website HTML code and search for this pattern PDI_answerNUMBER - NUMBER will be the id.

Use it in your terminal

pollmommy -u http://bbc.co.uk/should-trump-be-fired.html -i 324345 -o 12939

Use it in your app

Create a pollmommy instance and vote to get Trump fired

const Pollmommy = require('pollmommy')
const pollmommy = new Pollmommy()

pollmommy.vote('http://bbc.co.uk/should-trump-be-fired.html', 324345, 12939)
  .then(() => console.log('Voted successfully!'))
  .catch((error) => console.error(error.message))

How to contribute

You can contribute either with code (e.g., new features, bug fixes and documentation) or by donating 5 EUR. You can read the contributing guidelines for instructions on how to contribute with code.

All donation proceedings will go to the Sverige fΓΆr UNHCR, a swedish partner of the UNHCR - The UN Refugee Agency, a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people.

Used by

License

Read the license for permissions and limitations.

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.