Skip to content

davidz627/AmazonSyncForYNAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is not actively worked on as I re-wrote it in JS and launched as "Ace My Budget"

Amazon For YNAB

Context & Purpose

Amazon transactions show up in YNAB as "Amazon.com" in YNAB with no further description by default. This makes it difficult to categorize and understand historical transactions as they have no indication of the item purchased.

The purpose of this project is to reconcile Amazon order item data into the memo of your YNAB transactions.

Setup & Usage

Installing Requirements

pip3 install -r requirements.txt

Adding Credentials

You will need to add your personal credentials in a file relative to the project root: {root}/secrets/credentials.ini

The file should have the format:

[DEFAULT]
otpSecret={otpSecret}
userEmail=foo@bar.com
userPassword=mySecurePasswordInPlaintextLol
ynabToken=mySecureTokenInPlaintextHaha

otpSecret is only required if your Amazon account is protected by OTP. To get this secret you can go to the OTP setup page and set up TFA, scan the QR code with a generic QR Code Reader - the returned data string contains your OTP secret.

Running

python3 main.py

Contributing

Contributions are welcome. Please create a pull request with an adequate description of your change.

Releases

No releases published

Sponsor this project

Packages

No packages published