Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basnijholt/net-worth-tracker
Blockfolio/Delta without manual labor
https://github.com/basnijholt/net-worth-tracker
avalanche-c-chain binance binance-smart-chain blockfi bsc crypto-tracker cryptocurrency defi degiro ethereum exodus matic networth nexo polygon portfolio stocks
Last synced: 3 months ago
JSON representation
Blockfolio/Delta without manual labor
- Host: GitHub
- URL: https://github.com/basnijholt/net-worth-tracker
- Owner: basnijholt
- License: bsd-3-clause
- Created: 2018-02-24T16:02:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T04:19:17.000Z (over 1 year ago)
- Last Synced: 2024-10-10T17:14:59.645Z (4 months ago)
- Topics: avalanche-c-chain, binance, binance-smart-chain, blockfi, bsc, crypto-tracker, cryptocurrency, defi, degiro, ethereum, exodus, matic, networth, nexo, polygon, portfolio, stocks
- Language: Python
- Homepage:
- Size: 161 KB
- Stars: 9
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💰 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 [YieldWatch.net](https://www.yieldwatch.net/)) 🌐
* Binance.com 🪙
* Exodus wallet 💼
* ApeBoard for tracking on many DeFi chains 🦍
* CoinGecko (for prices) 🦎
* Beefy vaults 🐄
* Yearn V3 🔄## 🚀 Getting Started
### Usage
Run [`crypto-tracker.ipynb`](crypto-tracker.ipynb) and download the appropriate data.
Set up a cronjob, using `crontab -e`:
```javascript
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
```2. Install `chromedriver`:
```bash
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](LICENSE) file for details.