Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Latest commit

 

History

History
45 lines (34 loc) · 1.49 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.49 KB

- a financial portfolio tracker.

CI Release

Screenshot(s)

Supported platforms/assets

  • Sparebank 1
  • Nordnet (coming soon)
  • Coinbase (coming soon)
  • Bitcoin
  • Ethereum

Configuration

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 = ['']

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE for details.