StrawpollVoteBot
StrawpollVoteBot copied to clipboard
Bot does not vote the set amount of times
When I run php vote.php "id" 3 100, most of the times it only votes 2 or 3 times, and not the number I did set (100 in this case). Does Strawpoll have a limited amount of 'posts' you can make to vote?
The returned number actually is the number of times the script got a success answer from the proxy (so not even strawpoll's itself) off of the amount of votes you defined. Also, keep in mind some proxies might take longer than usual to execute the request on strawpoll's end, thus ending up doing their job but not adding up to the script votes count (very lixely, especially on high set amounts). Some might also time out on the proxy end, so running the script more than once can sometimes do the trick.