Skip to content
ValterVB edited this page Jan 4, 2015 · 10 revisions

Table of Contents

VBOT

Overview

Bot to read and edit Wikidata(external link) and Wikipedia.

  • Language C#
  • Can read and write entity with all datatype on Wikidata
  • Can read and write page on all Wiki project
  • Can read parameter from template on wiki page
  • Can read JSON dump JSON dump
  • Can create list using List Generator using:
  • Tested with Visual Studio 2013 for Windows Desktop.
  • Is necessary to have Newtonsoft.Json. You can install it with NuGet inside Visual Studio
  • Is necessary to add manually a reference to System.Web for "HttpUtility.UrlEncode"

Class

Examples

Clone this wiki locally