You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
My spouse and I have separate Amazon accounts, but all purchases for both accounts are charged to the same credit card account.
It looks like in order to use this tool I would need to run it twice, once for my Amazon account and once for hers. Are there any gotchas I should look out for?
The text was updated successfully, but these errors were encountered:
I use this tool with two Amazon accounts by setting different ---cache-dir values for each Amazon account.
Additionally, I choose to use two YNAB accounts for easier review and decreased chance of dropping duplicate transactions (which could otherwise occur if both Amazon accounts order the same product on the same day).
Following here is a basic shell script (Bash) that I use, with no external configuration file
note: You may need to change the --cache-dir value depending on how you have the utility installed. (I have amazon-ynab-sync installed locally via NPM)
If you are using LastPass and have multiple entries under 'amazon.com': You can either rename them, or use $( lpass show --password <UNIQUEID> ) which specifies a UNIQUEID (see man lpass) which can be found using lpass show amazon.com and repeated lpass show --username <id> )
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My spouse and I have separate Amazon accounts, but all purchases for both accounts are charged to the same credit card account.
It looks like in order to use this tool I would need to run it twice, once for my Amazon account and once for hers. Are there any gotchas I should look out for?
The text was updated successfully, but these errors were encountered: