Ever wanted to not commit vote fraud? Run this code to avoid doing so.
- Make sure you have python installed on your computer
- Ensure the dependencies are installed:
pip install -r requirements.txt
- Clone this repo, and open
cfg.json
in a text editor (do step 4 and 5 first if the file does not exist):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