Python Wiki Crawler

Legend has it that 95% of all pages are linked to the wikipedia Philosophy Page . If you click on the first link of a wikipedia page it will lead to an ever broadening subject and reaching general subjects like Mathematics, Science, Language, and Philosophy.

I made a Python script to test that! It accepts start and end links. It would try to get to the destination link starting from the starting link. From there, it will traverse various pages by following the theory of extracting the first non-parenthesized, non-italicized link that does not have any external links or links to the current page. It will also show you the path it takes trying to get to the destination page

If you would like to test my theory , please visit here to confirm my findings.

Here are an animation showing my application: