-
Notifications
You must be signed in to change notification settings - Fork 1
Home
ValterVB edited this page Jan 4, 2015
·
10 revisions
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:
- Wikidata query(external link)
- Catscan 2(external link)
- Quick intersection(external link)
- Whats Linsk Here on Wikidata(external link)
- 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"