CryptoBoard
The simple python CLI tool for one currency to show the current crypto balance yours purchases. That's all. Data source is from https://www.cryptocompare.com/. Token surprisingly not needed.
Example
Dependencies
- poetry / requirements
Run
create a file of your purchases
$ touch data.json
- Fill the file by
data_example.json
[name of crypto, purchased value, value at main currency at time of purchase] - Select only one currency. If the purchase was made in different currencies unite them into one currency.
create env file
$ cp .env_example .env
- Choose the main currency for example
USD
,EUR
,CZK
... - Type right path to your data file.
Run
$ python main.py
tip:
- You can set alias for running this script from everywhere.
- set absolute path to the data file at the
.env
- set absolute path to the data file at the
alias crypto='/path/to/python /path/to/CryptoBoard/main.py'
License
See LICENSE