https://github.com/henrybarreto/merchant
CLI helper application for Albion Online to obtain better profits with items' arbitration through cities.
https://github.com/henrybarreto/merchant
albiononline cli deno prices tool
Last synced: 9 months ago
JSON representation
CLI helper application for Albion Online to obtain better profits with items' arbitration through cities.
- Host: GitHub
- URL: https://github.com/henrybarreto/merchant
- Owner: henrybarreto
- License: mit
- Created: 2020-12-05T19:06:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T16:08:07.000Z (almost 4 years ago)
- Last Synced: 2025-02-24T05:55:57.488Z (9 months ago)
- Topics: albiononline, cli, deno, prices, tool
- Language: TypeScript
- Homepage:
- Size: 86.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Merchant


## Albion Online trader helper
This a simple tool to compare item's price and help Albion's trader to be more
profitable.
It uses the public API from
[Albion Online Data](https://www.albion-online-data.com/) to get the prices and
try to compare them.
## About the code
- I make it with the possibilities of unit and integration tests, but i doesn't
implement that yet, but as soon as i can, i will do that.
- I will check and validate the qualities and cities as soon as possible in the
cli
## How to use
A binary called "merchant" is available from the root of project
```bash
Merchant
v1.0.0
Description:
Albion Online trader helper
Options:
-h --help Help Screen
-V --version Version
Commands:
product Show information about a product
```
### Example
Basic usage
```bash
./merchant product -n T4_BAG -q 3,4 -c martlock,bridgewatch
```
Organize the output by price
```bash
./merchant product -n T4_BAG,T5_BAG,T6_BAG -q 3,4,5 -c martlock,bridgewatch --order price
```