Pollmommy

⭐️ Hack your 🙈 vote out of 📈 Polldaddy surveys - used by 💰 BBC, Microsoft, Forbes, Pfizer, IBM
Alternatives To Pollmommy
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Pollmommy36
29 months ago99October 25, 202126mitJavaScript
⭐️ Hack your 🙈 vote out of 📈 Polldaddy surveys - used by 💰 BBC, Microsoft, Forbes, Pfizer, IBM
Pbhackathon 201613
7 years agootherJavaScript
Guided tour and survey app using IBM Watson - Palm Beach Hackathon entry 2016
Awesome Oss Data Analytics6
7 years agoCSS
A curated list of open source alternatives for data analytics start-up products.
Typeform Watson Tone3
5 years agoPython
Workshop on ways of making Typeform surveys talk using Watson
Pollmommy1
7 years agomitJavaScript
:star: Hack your :see_no_evil: vote out of :chart_with_upwards_trend: Polldaddy surveys - used by :moneybag: BBC, Microsoft, Forbes, Pfizer, IBM
Alternatives To Pollmommy
Select To Compare


Alternative Project Comparisons
Readme

⭐️ Hack your 🙈 vote out of 📈 Polldaddy surveys - used by 💰 BBC, Microsoft, Forbes, Pfizer, IBM

JavaScript Style Guide Build Status Coverage Status Greenkeeper badge Version Downloads

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

Features

  • Uses Nightmare.js 😱 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 How to get it
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 http://bbc.co.uk/should-trump-be-fired.html 324345 12939

Use it in your app

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))

Used by

Popular Ibm Projects
Popular Survey Projects
Popular Companies Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Ibm
Survey
Vote