This project consists of two Jupyter notebooks that crawl Wikipedia articles and text mine them for links to build a node graph representation of the relationships between articles.
examples/Wiki Networking.ipynb contains is an abbreviated example of how to use wikinetworking
to crawl for Marvel Cinematic Universe data.
examples/Wiki Networking - Extebded Example.ipynb contains an extended example of how to crawl for different types of data, and is an example of how to crawl for BET Hip Hop Award winners.
From the root of this repository, run the terminal command pip install .