Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 714 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 714 Bytes

simple crypto-tracker

See your current portofolio balance without the hassle.

Can extract crypto portfolio data from:

  • Nexo.io
  • BlockFi
  • Binance Smart Chain (BEP20 tokens + DeFi via YieldWatch.net)
  • Binance.com
  • Exodus wallet
  • Celsius
  • CoinGecko (for prices)

and stock/cash balance from:

  • Brand New Day
  • DeGiro

Usage

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

Set cronjob, using crontab -e

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

Install

pip install -r requirements.txt

and

sudo apt install chromium-chromedriver keychain # Ununtu
brew cask install chromedriver  # MacOS