17 lines
398 B
Markdown
17 lines
398 B
Markdown
# publish hits to mturh and fetch results
|
|
|
|
## install
|
|
|
|
`poetry install`
|
|
|
|
## usage
|
|
|
|
Create a `config.local.yml` based on `config.example.yml`.
|
|
|
|
Create a json file in the batches directory based on example.json.
|
|
|
|
`poetry run python exhaust.py -c config.local.yml --publish batches/batch1.json`
|
|
|
|
then later, fetch results/submissions using
|
|
|
|
`poetry run python exhaust.py -c config.local.yml --update`
|