Skip to content

Latest commit

Β 

History

History
68 lines (42 loc) Β· 1.6 KB

File metadata and controls

68 lines (42 loc) Β· 1.6 KB

πŸ’° Net Worth Tracker πŸ’Ή

🌟 Effortlessly monitor your portfolio balance in one place! 🌟

net-worth-tracker allows you to keep track of your stock, cash, and crypto portfolio, making it easy to see your total net worth without the need to check multiple platforms. πŸ“ˆπŸ”

Supported data sources for stock/cash financial data include:

  • Mint πŸ’΅
  • Brand New Day πŸŒ…
  • DeGiro πŸ“Š

Supported data sources for crypto portfolio data include:

  • Nexo.io πŸ’Ž
  • Binance Smart Chain (BEP20 tokens + DeFi via🌐)
  • Binance.com πŸͺ™
  • Exodus wallet πŸ’Ό
  • ApeBoard for tracking on many DeFi chains 🦍
  • CoinGecko (for prices) 🦎
  • Beefy vaults πŸ„
  • Yearn V3 πŸ”„

Download Relase

πŸš€ Install --> Releases

πŸš€ Getting Started

Usage

Run crypto-tracker.ipynb and download the appropriate data.

Set up a cronjob, using crontab -e:

0 * * * * ~/Sync/Overig/crypto-tracker/run-and-upload.sh

Installation πŸ› οΈ

To install required packages and tools, follow these steps:

  1. Install Python dependencies:
pip install -r requirements.txt
  1. Install chromedriver:
sudo apt install chromium-chromedriver keychain # Ubuntu
brew cask install chromedriver  # MacOS

πŸ“š Documentation

Coming soon!

🀝 Contributing

We welcome contributions! Feel free to submit issues or pull requests to improve the project. πŸ™Œ

πŸ“ƒ License

This project is licensed under the MIT License. See the LICENSE file for details.