A script that automatically sends votes to strawpoll.me, using the tor network to bypass IP duplication checking.
- Tor Browser
- Python Selenium Library -
pip install selenium
- Geckodriver executable
- Move geckodriver executable to same directory as script
- Within the script, set
TOR_BINARY
to the path of the tor exeutable.- On Windows, this is located at C:\Users\<username>\Tor Browser\Browser\firefox.exe
- Change
POLL_ID
,CHOICE
, andVOTE_COUNT
to desired values - Start Tor Browser and connect to the tor network
- Execute script