Wikipedia mapping app

Hello,

I would like to build a utility to map wikipedia entries.
Input:

  • center entry name/address
  • level of recursion

Example:
The user gives it the word “computer”, and sets the recursion level to 20.
The app will create a mindmap, put the “Computer” at the center, and connect it into related articles down to 20 levels.

I want to know the fastest learning route to build this app using Xojo.
Please tell me the required plugins/libraries/whatever to build it, so I can achieve it faster.