eldur / jwbf

Java Wiki Bot Framework is a library to maintain Wikis like Wikipedia based on MediaWiki.
http://jwbf.sourceforge.net/
Apache License 2.0
78 stars 33 forks source link

Delete Category Pages #53

Closed theunforgiven89 closed 9 years ago

theunforgiven89 commented 9 years ago

Greetings,

This isn't exactly an issue, but more of a question.

Is it possible to use this library to delete category pages? If so, how?

Thanks in advance.

eldur commented 9 years ago

like normal pages ...

MediaWikiBot bot = new MediaWikiBot(...
...
bot.delete("Category:SomeCategory");
eldur commented 9 years ago

I assume this was helpful, I'll close this task.