https://github.com/earwig/cci
Tools for Contributor copyright investigations on Wikipedia
https://github.com/earwig/cci
Last synced: about 2 months ago
JSON representation
Tools for Contributor copyright investigations on Wikipedia
- Host: GitHub
- URL: https://github.com/earwig/cci
- Owner: earwig
- License: mit
- Created: 2021-04-15T05:06:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T08:13:50.000Z (about 5 years ago)
- Last Synced: 2025-03-09T05:51:12.623Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains tools used in processing
[Contributor copyright investigations](https://en.wikipedia.org/wiki/Wikipedia:Contributor_copyright_investigations)
on Wikipedia.
# Assisted culling
## Installation
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install PyYAML colorama jinja2 mwparserfromhell pywikiapi requests tqdm
## Usage
Every command has a basic help page covering options with `--help`.
python -m cci.fetch_cci "Case title" -o
python -m cci.fetch_diffs
python -m cci.build_edits
python -m cci.cull_diffs --batch
python -m cci.apply_cull -c "Case title" -p --batch