Companion to plugin-mmquest: a command-line wiki.js parser utlizing Jsoup and Gson to convert the Monumenta Quest Wiki to JSON config file.
- Hashes login parameters, authenticating with the Monumenta Quest Wiki.
- Saves JWT (Json Web Token) Authenticator for webpage access.
- Parses HTML of Region 1, Region 2, and Region 3 Quests.
- Utilizes Gson and Jsoup libraries to convert Quest data to JSON.
Download jar and use from the command line:
java -jar <path_to_jar> <username> <password> <file_path>
java -jar /Downloads/wikiparser-1.1.jar myUsername myPassword ./mmquest.json
This will parse the quest wiki (provided the username and password is correct), posting the results into the file path specified.
In this case, it uses the jar file in the Downloads folder to create a file 'mmquest.json' in the current directory.
