The script retrieve-votes.py
checks that voters of the 2022 Wikimedia Foundation board elections comply with some of the rules for voting eligibility.
The script generate-statistics.py
generates various aggregated statistics about voters. It must be run after retrieve-votes.py
.
This project requires Python 3.
After downloading or cloning the project with your favorite git client, run the following command:
python3 src/retrieve-votes.py
Optionally, you can generate statistics:
python3 src/generate-statistics.py
This project, by Envel Le Hir (@envlh), is under CC0 license (public domain dedication).