Skip to content

tom-draper/wiki-crawl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiki-crawl

A game of path finding through Wikipedia topics.

Getting Started

Install Requirements

pip install -r requirements.txt

Run

python3 main.py

Breadth and depth parameters can be entered through the command line.

  • Breadth: the max number of links to choose from per page.
  • Depth: the number of pages between the starting and finishing page.
python3 main.py [breadth] [depth]