Java Wiki Bot Framework helps with wiki (MediaWiki) site management. It allows to build robots to edit and dump information from Wikis. For more information and features see project homepage.
License
Apache License V2.0Follow Java Wiki Bot Framework
Other Useful Business Software
Gemini 3 and 200+ AI Models on One Platform
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Rate This Project
Login To Rate This Project
User Reviews
-
This version doesn't currently support MediaWiki version 20. In order to make it work, run those two lines in your Terminal and recompile the source. cat net/sourceforge/jwbf/mediawiki/actions/MediaWiki.java | sed 's/MW1_09, MW1_10, MW1_11, MW1_12, MW1_13, MW1_14, MW1_15, MW1_16, UNKNOWN, DEVELOPMENT;/MW1_09, MW1_10, MW1_11, MW1_12, MW1_13, MW1_14, MW1_15, MW1_16, MW1_20, UNKNOWN, DEVELOPMENT; \/\/ added MW1_20 /' > net/sourceforge/jwbf/mediawiki/actions/.MediaWiki.java mv net/sourceforge/jwbf/mediawiki/actions/.MediaWiki.java net/sourceforge/jwbf/mediawiki/actions/MediaWiki.java Other than that, great app, works smoothly!
-
JWBF makes it a lot easier for software running on the JVM to access MediaWiki installations. I run bot edits on different wiki projects and have used the library in multiple tools written in Java and Scala. It has allowed me to focus my efforts on the unique functionality of my tools.