GitXplorerGitXplorer
d

PollDaddyHack

public
38 stars
46 forks
0 issues

Commits

List of commits on branch master.
Verified
d383b5e464f8e9da74efc24c4ce5525a27345a3d

Update README.md

ddado3212 committed 5 years ago
Unverified
9f7aaddd0494de0940b8617d56202cb5326e7828

Merge pull request #13 from nourhkhattab/master

ddado3212 committed 7 years ago
Unverified
bbbc919de666c417def5b5b009ef4ae976843a91

forgot to increment i

nnourhkhattab committed 7 years ago
Unverified
2bb9a06e76bc2080c8bf504b12c2675a377877df

fixed bug in regards to using xrange

nnourhkhattab committed 7 years ago
Unverified
fc0187a19bc7482553682f543119ac1d8c55a84a

Update README.md

ddado3212 committed 7 years ago
Unverified
d34211cf8194de5c801713ce48c417741b843c1f

Update README.md

ddado3212 committed 7 years ago

README

The README file for this repository.
- This repo is no longer being maintained.  Use at your own risk.

PollDaddy Hack

This is pretty easy to use. Just download the Python script, and customize the variables for what form/answer/number of votes.

It needs Python 2.7.6. Also be sure to do pip2.7 install requests

Disclaimer

This script will not work on polls that do not allow multiple votes from one person. The useragents and proxy settings will help try and mask your mass voting, but they will not get you around IP blocks. If someone wants to give a shot at forking this and adding that functionality, I will be happy to merge it in.

Example

You want to rig this poll: https://polldaddy.com/poll/9206448/ for the answer "It's a great way to keep kids in line during a crazy time of year.", and you want to vote 1000 times. The poll_id comes from the url: https://polldaddy.com/poll/9206448/. The answer_id comes from the looking at the source code for the associated checkbox: <input type="radio" name="PDI_answer" id="PDI_answer41930288" value="41930288">.

Thus, you would want the variables to be set to:

poll_id = 9206448
answer_id = 41930288
number_of_votes = 1000