An open API service indexing awesome lists of open source software.

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

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