hi~
I want to post some data on Wiktionary,
the edit page such as this web sites http://zh.wiktionary.org/w/index.php?title=%E6%B7%8B&action=submit
How could I using DotNetWikiBot which can Load some data(.txt) and post the large data on the above web sites,
and the second step,I want to create a new page after we post data such as this websites http://zh.wiktionary.org/zh-hant/%E6%B7%8B
Could I get a sample code about this question?
thanks a lot
Sorry, there is no example of that exact kind. Please, see more general example at: http://dotnetwikibot.sourceforge.net/
There is no difference in DotNetWikiBot between editing existing page and creating the new one.
TXT file can be loaded by .NET functions, such as File.ReadAllLines().
Log in to post a comment.
hi~
I want to post some data on Wiktionary,
the edit page such as this web sites
http://zh.wiktionary.org/w/index.php?title=%E6%B7%8B&action=submit
How could I using DotNetWikiBot which can Load some data(.txt) and post the large data on the above web sites,
and the second step,I want to create a new page after we post data
such as this websites
http://zh.wiktionary.org/zh-hant/%E6%B7%8B
Could I get a sample code about this question?
thanks a lot
Sorry, there is no example of that exact kind. Please, see more general example at: http://dotnetwikibot.sourceforge.net/
There is no difference in DotNetWikiBot between editing existing page and creating the new one.
TXT file can be loaded by .NET functions, such as File.ReadAllLines().