Jump to content

User:Dam-io/wiki2git

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Converts a Wikipedia article revision history into a git repository

As a local script

Installation

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

Usage

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


With a web interface

Coming soon