Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1001 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 1001 Bytes

tracklet (WIP)

Description

A CLI portfolio tracker.

Supported exchanges :

Installation

make install
It will build the project (golang 1.18 required), create the config file in your homedir, and copy the binary into your path.

Setup

Modify your config file under $HOME/.tracklet/tracklet.yaml with the necessary required information (see example config file for required fields).

Usage

tracklet [exchange] process : Gather data from binance account and save to file to allow wallet calculation.
tracklet [exchange] wallet : Perform calculation to build wallet data.

Uninstall

To remove tracklet : make uninstall.

Note that the configuration file is backup under /tmp/tracklet.yaml, just in case during the process.