1
I tried to follow: https://github.com/dado3212/PollDaddyHack
import requests
dados ={"poll_id" : "9484127",
"answer_id" :"43276282",
"number_of_votes" : "1000"}
url = "https://polldaddy.com/poll/9484127/"
#while True:
requests.post(url, data=dados)
But still not voting and no mistakes!
I tested https://github.com/dado3212/PollDaddyHack . And it no longer works on python3 or 2 . But to test it would copy it to a file and change the last parameters of the file
– Miguel