Converts a Wikipedia article revision history into a git repository

As a local script

edit

Installation

edit
> git clone https://framagit.org/mdamien/wiki2git.git
> cd wiki2git
> virtualenv -p python3 env
> . ./env/bin/activate
> pip install -r requirements.txt

Usage

edit
> ./wiki2git https://en.wikipedia.org/wiki/The_Little_Prince prince # output is in prince folder


With a web interface

edit

Coming soon