WikiRevParser

WikiRevParser

WikiRevParser is a Python library that makes it easy to access and analyse revision histories of Wikipedia pages.

The WikiRevParser takes away the hastle of preprocessing the noisy revision histories, so you can focus on doing great research on temporal changes to Wikipedia pages.

You can use the library for researching information structures, sentiment developments of a topic over time, text and image narratives in different languages, contributor networks, vandalism and much, much more.

Getting started

Installing and using the WikiRevParser and its dependencies is easy! Just follow the simple steps below.

pip3 install wikirevparser
git clone git@github.com:ajoer/Wikipedia.git

If you want more information about the WikiRevParser library, see Documentation and see Examples for use case examples.

And see FAQ or file a bug if you run into issues!