MH-Watch-Dump is a command-line tool that automates the process of dumping a JSON string from the MH+ browser extension to the MH-File-Watcher. The MH-File-Watcher is a tool for uploading files to Minehut servers.
To get set up with MH-Watch-Dump, you will need to do the following:
- Download and install MH+.
- Download and install mh-file-watcher. Instructions for downloading and installing can be found on their respective repositories.
- Download and install Python.
- Install any necessary Python modules by running
pip install -r requirements.txt
.
To use MH-Watch-Dump, follow these steps:
- Copy your JSON string from the MH+ extension.
- Run the
auto_dump.py
script by typingpython auto_dump.py '[JSON STRING HERE]'
into your command prompt, replacing'[JSON STRING HERE]'
with your actual JSON string. - The script should respond with a message indicating that your keys have been uploaded. Make sure that your server is running and properly configured.