Skip to content

omgmod/attrib-json-uploader

Repository files navigation

Attrib JSON to DB Uploader

After converting raw attrib Lua files to JSON, these JSON files need to be uploaded to a database for use by the web app.

Usage

Requires Python3

  1. Create a python virtualenv python3.11 -m venv venv
  2. Activate the virtual env source venv/bin/activate
  3. Install dependencies pip3 install -r requirements.txt
  4. Run cleanup script python3.11 cleanup_attrib_json.py to copy raw JSON from attrib-parser project to ./json/raw
  5. Run upload script python3.11 upload_to_sqldb.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages