Programmatically create Wiki pages using C #

I installed the media wiki (www.mediawiki.org) on ​​my server and you need to automatically create Wiki pages using C #.

Does anyone know how to programmatically create Media Wiki pages using C #.

Many thanks,

+3
source share
2 answers

You have two C # shells for the wiki API for multimedia:

http://sourceforge.net/projects/wikiaccess/

http://dotnetwikibot.sourceforge.net/

later you can insert and modify pages, for the first I'm not sure, but check

+2
source

Yes, take a look at this page: http://www.mediawiki.org/wiki/API:Client_code

+3
source

All Articles