I tried to follow: link
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 it's still not voting and it does not make mistakes!