Jump to content

User:Dam-io/wiki2git

From Wikipedia, the free encyclopedia


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://wiki.riteme.site/wiki/The_Little_Prince prince # output is in prince folder


With a web interface

[edit]

Coming soon