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

Financial portfolio tracker

License

Notifications You must be signed in to change notification settings

jonassterud/fpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

- 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.