/wiki_path

A python tool that tries to reach a target article by following the first link of the articles

Primary LanguagePython

wiki_path

Installation

Installation requires pipenv. Then, run:

pipenv install

This should install the needed python dependencies

Usage

First, enter the virtualenv by using:

pipenv shell

Then call the python tool. For example, by printing its help page:

python3 wikipedia_redirects.py -h

The functional documentation is located in the help page.