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
Skillfully - The future of skills based hiring
Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
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.