This repository contains tools used in processing Contributor copyright investigations on Wikipedia.
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install PyYAML colorama jinja2 mwparserfromhell pywikiapi requests tqdm
Every command has a basic help page covering options with --help.
python -m cci.fetch_cci "Case title" -o <name>
python -m cci.fetch_diffs <name>
python -m cci.build_edits <name>
python -m cci.cull_diffs <name> --batch <batch>
python -m cci.apply_cull <name> -c "Case title" -p <subpage> --batch <batch>