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.jsonin a text editor:n_threadscontrols the number of instances to run simultaneouslyheadlessshould betrueif you do not want to see the chrome windowsrandom_chanceis 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