PSO2 Scratch Parser will parse all of the item names and respective image URL out of HTML file and output to json file for further processing.
How to use:
Prerequisite
- Python 3.9
Setup
- py -m pip install -r requirements.txt
JSON File for Item Names and Image URL
- Go to Scratch website and save it as HTML file.
- Run the Python Script
- Select HTML file
- Save output json file
Download Image from JSON File
- Run the Python Script
- Select what option you want the image name to be save as (Note: EN fields are not filled, it will skip).
- Select what folder you want to save them in.
- Wait until the message shows that it is done.