/networth-tracker

A service that sends daily text messages of your crypto networth with LunchMoney API, Coinbase, and Apache Airflow

Primary LanguagePython

Crypto Net Worth Tracker

Track your net worth every day from all of your crypto assets. This services automatically integrates with LunchMoney, a budgeting and finance tool. You will receive daily text messages of your net worth so you can track your assets from a birds eye view!

Required Airflow Variables

Twilio

TWILIO_ACCOUNT_SID
TWILIO_AUTH_TOKEN
TWILIO_NUMBER_TO
TWILIO_NUMBER_FROM

LunchMoney

LUNCH_MONEY_TOKEN

Initialize AirFlow


docker-compose up airflow-init

Start


docker-compose up