• Documentation
  • Dataset
  • Get Started

Get Started

What is Temporal Wiki Dataset?

Temporal Wiki Dataset (in short: twikidata) is a CLI tool that can help you to process XML data dump into change-set files. It is a part of Temporal Wiki project, and using Grimm and Ergodiff under the hood.

Installation

Temporal Wiki Dataset (aka. twikidata) is released on PyPI. You can install it with pip:

pip install twikidata

Manual Installation

To install Temporal Wiki Dataset manually (not using PyPI), you need to have the distribution package file locally. You can download it from the releases page. Then, you can install it using the following command (with correct version number):

pip install twikidata-0.2.14-py3-none-any.whl

Quick Start

To use Temporal Wiki Dataset, you can simply run commands at your terminal:

twikidata --help
💡

Please note that: if your terminal said that twikidata is not a command, you may need to add the path to the Python executable to your PATH environment variable, or try adding python -m before the command.

Last updated on December 8, 2022