Skip to content

aaronkwan/wiki.js-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiki.js-parser

Companion to plugin-mmquest: a command-line wiki.js parser utlizing Jsoup and Gson to convert the Monumenta Quest Wiki to JSON config file.

features:

  • 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.

Features:

image

Usage:

Download jar and use from the command line:

    java -jar <path_to_jar> <username> <password> <file_path>

Example:

    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.

About

Companion to plugin-mmquest; A wiki.js parser to convert Quest Wiki page to JSON file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages