- a financial portfolio tracker.
- Sparebank 1
- Nordnet (coming soon)
- Coinbase (coming soon)
- Bitcoin
- Ethereum
Configuration is done in the config.toml
file that is created when you run the program.
Remember that this file contains very sensitive data!
SPAREBANK1_ID = ''
SPAREBANK1_SECRET = ''
SPAREBANK1_REFRESH_TOKEN = ''
BITCOIN_ADDRESSES = ['']
ETHEREUM_ADDRESSES = ['']
Feel free to contribute!
Use tools such as Rustfmt and Clippy to improve your code.
Commit messages should follow conventionalcommits.org.
Where type is one of the following: feat
, fix
, ci
, docs
or refactor
.
This project is licensed under the MIT License - see the LICENSE for details.