/wmf-board-elections

Checks that voters of the 2022 Wikimedia Foundation board elections comply with some of the rules for voting eligibility.

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

Description

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.

Run

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

Copyright

This project, by Envel Le Hir (@envlh), is under CC0 license (public domain dedication).