Rosterizer_Warhammer_40000_v9/wahapedia_import
2022-12-30 20:05:40 -08:00
..
exportion 0.0.8: dynamic damage min/max variable type 2022-12-30 20:05:40 -08:00
.gitignore . 2022-10-24 01:35:40 -07:00
example.config.py . 2022-10-24 01:35:40 -07:00
ingestion.py unformat the clix movement 2022-12-21 01:27:48 -08:00
package-lock.json . 2022-10-24 01:35:40 -07:00
README.md . 2022-10-24 01:35:40 -07:00
updateInputData.py . 2022-10-24 01:35:40 -07:00
wahapediaSetupDatabase.sql . 2022-10-24 01:35:40 -07:00

wh40kdata

Rough steps

Install mysql 5.7, if not already installed, make a database called wahapedia

Create config.py based on example.config.py and populate with your credentials

Install python 3 and run python3 updateInputData.py

Run python3 ingestion.py to populate your local db

Install node, then navigate to cd exportion and run npm i to install node modules

From exportion/, run npm start to start the server, then navigate to http://localhost:3000/

Click a faction and then, in the browsers network inspector, copy the returned object to paste into a manifests (im/ex)port window