Skip to content

eliasbokreta/tracklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.