bditt / Strawpoll.me-Bot

This is a program that automates the action of voting on the website Strawpoll.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strawpoll.me-Bot


Hello there, this is a program I created to automate the action of voting on the website https://strawpoll.me.
This works for both non-captcha and captcha strawpolls.

Download: https://github.com/bditt/Strawpoll.me-Bot/releases

Dependencies:
Newtonsoft.Json. This can be installed using nuget.

Instructions:
If there is no Proxies.txt file, create one and fill it with your proxies.
To get the poll id, take the number part of the poll url.
Ex: https://www.strawpoll.me/17089651/ the poll id would be 17089651.
The choice id can be found by inspect elementing your choice and getting the number at data-option-id.
Ex: data-option-id="138534203" the choice id would be 138534203.

About

This is a program that automates the action of voting on the website Strawpoll.me

License:GNU General Public License v3.0


Languages

Language:C# 100.0%