Skip to content

carne8/space-trader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A fully unoptimized Space Trader map viewer

How to use

  1. Download the binary from the releases page
  2. Create an agent on the space traders website
  3. Generate and copy the agent token
  4. Run the following command in your terminal:
./space-trader.exe --token=<your_token>

If this is your first time running the program, it will download the systems and store them in a local file. This can take some time.

Once the systems are downloaded, you can omit the --token flag in future runs.

Refresh the systems

If you want to re-download the systems, you can use the --download-systems flag:

./space-trader.exe --download-systems --token=<your_token>

Alternatively, you can delete the systems.json file in the same directory as the executable. The program will automatically download the systems again.

About

Some exprimentations with Rust

Resources

Stars

Watchers

Forks

Packages

No packages published