/ .................................................................................... ├──> Welcome ............................................................................ ├──> Music ........................................................ ├──> Projects .......................................................... ├──> Recipes ........................................................ └──> Contact ........................................................



August 2025
Run a BFS on a chosen Wikipedia article, get a resulting GEXF for analysis!
--> https://github.com/slomas04/WikitoGexfPython
Gexf
Wikipedia
Wiki2Gexf is a python (3.13.5) project that allows you to run a breadth-first search on a locally stored (and indexed) Wikipedia archive, and then export this search to a .gexf format.
Example renders made in Gephi:
Chicory: A Colorful Tale
Wikipedia: Unusual Articles
clone this repository. You will need to install the NetworkX package for Gexf functionality.indexWiki.py. This creates a folder (index/) that splits the index file up and sorts the articles in the subfiles.
To create a gexf file for a search, run Wiki2Gexf.py.
-n or an article URL with -u-d. This defaults to 1, and any search with d>1 will result in a very large gexf file.