Applications#

broker#

usage: run.py [-h] [--verbose] [--silent] [--hostname str] [--database str]
              [--username str] [--password str] [--fail] [--name str]
              [--restock int] [--tick int]
              [str ...]

Buy and sell items on the auction house.

positional arguments:
  str             item data CSV file(s)

optional arguments:
  -h, --help      show this help message and exit
  --verbose       report debug, info, and error
  --silent        report error only
  --hostname str  SQL address
  --database str  SQL database
  --username str  SQL username
  --password str  SQL password
  --fail          fail on SQL errors
  --name str      seller name
  --restock int   restock interval (seconds)
  --tick int      buying interval (seconds)

seller#

usage: run.py [-h] [--verbose] [--silent] [--hostname str] [--database str]
              [--username str] [--password str] [--fail] [--name str]
              [--restock int]
              [str ...]

Sell items on the auction house.

positional arguments:
  str             item data CSV file(s)

optional arguments:
  -h, --help      show this help message and exit
  --verbose       report debug, info, and error
  --silent        report error only
  --hostname str  SQL address
  --database str  SQL database
  --username str  SQL username
  --password str  SQL password
  --fail          fail on SQL errors
  --name str      seller name
  --restock int   restock interval (seconds)

buyer#

usage: run.py [-h] [--verbose] [--silent] [--hostname str] [--database str]
              [--username str] [--password str] [--fail] [--name str]
              [--tick int]
              [str ...]

Buy items on the auction house.

positional arguments:
  str             item data CSV file(s)

optional arguments:
  -h, --help      show this help message and exit
  --verbose       report debug, info, and error
  --silent        report error only
  --hostname str  SQL address
  --database str  SQL database
  --username str  SQL username
  --password str  SQL password
  --fail          fail on SQL errors
  --name str      seller name
  --tick int      buying interval (seconds)

clear#

usage: run.py [-h] [--verbose] [--silent] [--hostname str] [--database str]
              [--username str] [--password str] [--fail] [--name str] [--all]
              [--force]

Clear the auction house.

optional arguments:
  -h, --help      show this help message and exit
  --verbose       report debug, info, and error
  --silent        report error only
  --hostname str  SQL address
  --database str  SQL database
  --username str  SQL username
  --password str  SQL password
  --fail          fail on SQL errors
  --name str      seller name
  --all           clear *all* items
  --force         force the item clear

refill#

usage: run.py [-h] [--verbose] [--silent] [--hostname str] [--database str]
              [--username str] [--password str] [--fail] [--name str]
              [--force]
              [str ...]

Refill the auction house.

positional arguments:
  str             item data CSV file(s)

optional arguments:
  -h, --help      show this help message and exit
  --verbose       report debug, info, and error
  --silent        report error only
  --hostname str  SQL address
  --database str  SQL database
  --username str  SQL username
  --password str  SQL password
  --fail          fail on SQL errors
  --name str      seller name
  --force         force the item refill

scrub#

usage: run.py [-h] [--verbose] [--silent] [--overwrite] [--backup]
              [--urls [url ...]] [--itemids [itemids ...]] [--stock01 5]
              [--stock12 5] [--threads int] [--server str | int]
              [stub]

Create item database.

positional arguments:
  stub                  output file stub

optional arguments:
  -h, --help            show this help message and exit
  --verbose             report debug, info, and error
  --silent              report error only
  --overwrite           overwrite output file
  --backup              backup output file
  --urls [url ...]      a list of category urls
  --itemids [itemids ...]
                        a list of item ids
  --stock01 5           default stock for singles
  --stock12 5           default stock for stacks
  --threads int         the number of threads (default is CPU dependent)
  --server str | int    the name of the FFXI server to scrub (ex: bahamut)
                        this can be a string or a number between 1 and 32