Skip to content

Klok-e/unusable_eve_tradeworks

Repository files navigation

unusable_eve_tradeworks

Calculates profitable items to buy in one system and sell in another, possibly with an empty market. Includes freight services costs in its calculations.

How to use

Install rust.

Set nightly as the default toolchain:

rustup default nightly

Clone the repository:

git clone [email protected]:LokiVKlokeNaAndoke/unusable_eve_tradeworks.git
cd unusable_eve_tradeworks/

Use cargo run --release to compile and run. Also everything after -- is passed to the executable.

Example:

cargo run --release -- -c config.jita-t0dt.json -sr

Run this to get a list of all commands:

cargo run --release -- -h

Configs

There may be a config for each trade route.

You specify them like this:

cargo run --release -- -c config.jita-t0dt.json

Sample config is in the file unusable_eve_tradeworks/example.config.json.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published