User:Dam-io/wiki2git
Appearance
This is not a Wikipedia article: It is an individual user's work-in-progress page, and may be incomplete and/or unreliable. |
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