Skip to content

Update your Delta cryptocurrency portfolio balance to Lunch Money

License

Notifications You must be signed in to change notification settings

markjongkind/delta-to-lunchmoney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delta to Lunch Money

Update your cryptocurrency portfolio balance from Delta to Lunch Money

Usage

Configuration settings

In order to start syncing transactions to Lunch Money, please update the config.php file.

// In the Delta app, open the portfolio you would like to sync
// Click on the 3 dots to the top right and click on 'My Delta Link'
// Follow the guide to create a shareable link to your portfolio
// https://support.delta.app/en/articles/2856286-how-can-i-share-a-single-portfolio
deltaSharedPortfolioHashedId = '[YOUR DELTA SHARED PORTFOLIO HASHED ID]';
// Visit https://my.lunchmoney.app/developers to request an access token
lunchMoneyAccessToken = '[YOUR LUNCH MONEY ACCESS TOKEN]';
// The asset ID of your Lunch Money cryptocurrency account
// Run index.php to see a list of your Lunch Money accounts and copy the ID
lunchMoneyAssetId = '[YOUR LUNCH MONEY CRYPTOCURRENCY ASSET ID]';
// Choose to store your balance in BTC
// If false, the default currency from Delta is used (USD, EUR, etc)
lunchMoneyCurrencyBtc = true;

Start cronjob

Create a cronjob to sync.php and every time the script runs, your Delta balance will be reconciled to your Lunch Money cryptocurrency account.

About

Update your Delta cryptocurrency portfolio balance to Lunch Money

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages