Ever wanted to not commit vote fraud? Run this code to avoid doing so.
- Make sure you have python installed on your computer
- Ensure selenium is installed:
pip install selenium
- Clone this repo, and open
cfg.json
in a text editor:n_threads
controls the number of instances to run simultaneouslyheadless
should betrue
if you do not want to see the chrome windowsrandom_chance
is the chance of casting a (weighted) random vote instead of the good joke
python voting-beano.py
- If you want to stop execution, use
Ctrl-C