khvilaboa / WikiLink

Script that tries to link wikipedia articles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WikiLink

Description

Script made in PowerShell that search and show the link between two articles of Wikipedia (it explores the intermediate links until find the destination url).

Why PowerShell? Fate Own will.

Usage

wiki.ps1 [SRC_URL] [DST_URL]

Meaning:

  • SRC_URL: Source article (where it starts to search).
  • DST_URL: Destination article (the end of the chain).

Run test

About

Script that tries to link wikipedia articles


Languages

Language:PowerShell 100.0%