mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-05-04 08:21:28 +00:00
f397d67e7e
Adds copy of parser from private repo
16 lines
608 B
Markdown
16 lines
608 B
Markdown
# Data Parser
|
|
|
|
See [main.py](./src/main.py) for the main entry point. This should be ran from the dataParser folder with the following command:
|
|
|
|
```bash
|
|
python ./src/main.py
|
|
```
|
|
|
|
You can use `--help` to see all options. Running with images will take forever so keep that in mind.
|
|
|
|
## Developing
|
|
|
|
I do development in a different private repo with this folder, if it doesn't look up to date let me know and I will try to push changes up to this repo.
|
|
|
|
If running the whole thing and pushing, you will need to change the `--main-repo-path` option since that has a default for when I run it from the other repo.
|