After converting raw attrib Lua files to JSON, these JSON files need to be uploaded to a database for use by the web app.
Requires Python3
- Create a python virtualenv
python3.11 -m venv venv - Activate the virtual env
source venv/bin/activate - Install dependencies
pip3 install -r requirements.txt - Run cleanup script
python3.11 cleanup_attrib_json.pyto copy raw JSON fromattrib-parserproject to./json/raw - Run upload script
python3.11 upload_to_sqldb.py