Automatically categorize Amazon transactions in YNAB with rich item information
Project description
YNAB Amazon Categorizer
An enhanced Python package that automatically categorizes Amazon transactions in YNAB (You Need A Budget) with rich item information and automatic memo generation.
Features
When you paste in the text from your Amazon order page:
🎯 Smart Order Matching: Automatically matches YNAB transactions with Amazon orders by amount and date
📝 Enhanced Memos: Generates detailed memos with item names and direct Amazon order links
🔄 Intelligent Splitting: Suggests splitting transactions with multiple items into separate categories
⚡ Streamlined Workflow: Smart defaults and tab completion for fast categorization
🌍 UTF-8 Support: Full emoji support in category names
📊 Rich Previews: Shows category names and transaction details before updating
Prerequisites
- Python 3.7+
- uv (recommended) or standard Python tooling
- YNAB account with API access
Installation
Method 1: Run with uvx (Recommended)
# Run directly without installing (fastest and cleanest)
uvx ynab-amazon-categorizer
Method 2: Install as a tool
# Install globally with uv
uv tool install ynab-amazon-categorizer
# Then run
ynab-amazon-categorizer
Method 3: Development Installation
# Clone the repository
git clone https://github.com/dizzlkheinz/ynab-amazon-categorizer.git
cd ynab-amazon-categorizer
# Install in development mode
uv pip install -e .
Configuration Setup
After installation, you'll need to set up your YNAB API credentials:
Configuration File (.env)
Create a .env file in your working directory with your credentials:
YNAB_API_KEY=your_api_key_here
YNAB_BUDGET_ID=your_budget_id_here
YNAB_ACCOUNT_ID=none
Alternative: Environment Variables
# Windows
set YNAB_API_KEY=your_api_key_here
set YNAB_BUDGET_ID=your_budget_id_here
# Mac/Linux
export YNAB_API_KEY=your_api_key_here
export YNAB_BUDGET_ID=your_budget_id_here
Getting Your YNAB Credentials
API Key
- Go to YNAB Developer Settings
- Click "New Token"
- Copy the generated token
Budget ID
- Open your budget in YNAB
- Look at the URL:
https://app.ynab.com/[budget_id]/budget - Copy the budget_id part
Account ID (Optional)
- Click on a specific account in YNAB
- Look at the URL:
https://app.ynab.com/[budget_id]/accounts/[account_id] - Copy the account_id part (or leave as 'none' to process all accounts)
Usage
Basic Usage
# Run with uvx (no installation needed)
uvx ynab-amazon-categorizer
# Or if installed as a tool
ynab-amazon-categorizer
# Or run as a Python module
python -m ynab_amazon_categorizer
Workflow
-
Provide Amazon Orders Data (optional but recommended):
- Copy your Amazon orders page content
- For example go to https://www.amazon.ca/gp/css/order-history?ref_=nav_orders_first and select all and copy the text
- Run the tool and paste Amazon order info when prompted
- The script will automatically match transactions with orders
- Copy your Amazon orders page content
-
Review Matched Transactions:
- The script shows order details, items, and links before asking to categorize
- For multiple items, it suggests splitting the transaction
-
Categorize Transactions:
- Use tab completion to select categories
- Accept suggested memos or customize them
- Confirm updates with enhanced previews
Keyboard Shortcuts
- Tab: Auto-complete category names
- Enter: Accept defaults (categorize, use suggested memo, confirm update)
- Alt+Enter: Submit multiline input (Amazon orders data, custom memos)
- Ctrl+C: Cancel current operation
Example Output
🎯 MATCHED ORDER FOUND:
Order ID: 702-8237239-1234567
Total: $57.57
Date: July 31, 2025
Order Link: https://www.amazon.ca/gp/your-account/order-details?ie=UTF8&orderID=702-8237239-1234567
Items:
- Fancy Feast Grilled Wet Cat Food, Tuna Feast - 85 g Can (24 Pack)
- Fancy Feast Grilled Wet Cat Food, Salmon & Shrimp Feast in Gravy - 85 g Can (24 Pack)
Action? (c = categorize/split, s = skip, q = quit, default c):
There is more than one item in this transaction.
Split this transaction? (y/n, default n): y
Generated Memos
Single Item Transaction
Fancy Feast Grilled Wet Cat Food, Tuna Feast - 85 g Can (24 Pack)
https://www.amazon.ca/gp/your-account/order-details?ie=UTF8&orderID=702-8237239-0563450
Split Transaction Main Memo
2 Items:
- Fancy Feast Grilled Wet Cat Food, Tuna Feast - 85 g Can (24 Pack)
- Fancy Feast Grilled Wet Cat Food, Salmon & Shrimp Feast in Gravy - 85 g Can (24 Pack)
Security Notes
⚠️ Important: Never commit your .env file to version control!
- The script loads credentials from environment variables or config file
- Your API key is never hardcoded in the script
- Add
.envto your.gitignoreif using git
Troubleshooting
"No orders could be parsed"
- Make sure you're copying the full Amazon orders page content
- Try copying from a different browser or clearing browser cache
"API Key not found"
- Verify your
.envfile exists and has the correct format - Check that your API key is valid in YNAB Developer Settings
"No transactions found"
- Ensure you have uncategorized Amazon transactions in YNAB
- Check that the payee names contain "amazon", "amzn", or "amz"
Emoji display issues
- Use
python -X utf8on Windows for proper emoji support - Ensure your terminal supports UTF-8 encoding
Contributing
This package was developed to streamline YNAB Amazon transaction categorization. Feel free to suggest improvements or report issues!
License
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for details.
Please respect YNAB's API terms of service when using this software.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ynab_amazon_categorizer-0.3.6.tar.gz.
File metadata
- Download URL: ynab_amazon_categorizer-0.3.6.tar.gz
- Upload date:
- Size: 45.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90d78490409e0dddc4d12ec630379d67c390ee28dde015c907c50163d0cc4c8a
|
|
| MD5 |
220ec9590fc066824d0daa86ab5f3022
|
|
| BLAKE2b-256 |
1340e73aec8ec378220e0a2d60fa56b15362cb7179f141437a83104d0bac3534
|
Provenance
The following attestation bundles were made for ynab_amazon_categorizer-0.3.6.tar.gz:
Publisher:
release.yml on dizzlkheinz/ynab-amazon-categorizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ynab_amazon_categorizer-0.3.6.tar.gz -
Subject digest:
90d78490409e0dddc4d12ec630379d67c390ee28dde015c907c50163d0cc4c8a - Sigstore transparency entry: 508248491
- Sigstore integration time:
-
Permalink:
dizzlkheinz/ynab-amazon-categorizer@0959a642b076bf2a5df39d06b8f106d863b896c5 -
Branch / Tag:
refs/tags/v0.3.6 - Owner: https://github.com/dizzlkheinz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@0959a642b076bf2a5df39d06b8f106d863b896c5 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ynab_amazon_categorizer-0.3.6-py3-none-any.whl.
File metadata
- Download URL: ynab_amazon_categorizer-0.3.6-py3-none-any.whl
- Upload date:
- Size: 27.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e80c3cef46a050fe993256baf5e511ea22c61643b84a8ee06b975059fe109e4
|
|
| MD5 |
4a259bd8347c307b06f1a684722edcf5
|
|
| BLAKE2b-256 |
c94f832423ee79e8e70f5ee76a380823fbde547fa2095c63bb3683a05ed933e8
|
Provenance
The following attestation bundles were made for ynab_amazon_categorizer-0.3.6-py3-none-any.whl:
Publisher:
release.yml on dizzlkheinz/ynab-amazon-categorizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ynab_amazon_categorizer-0.3.6-py3-none-any.whl -
Subject digest:
6e80c3cef46a050fe993256baf5e511ea22c61643b84a8ee06b975059fe109e4 - Sigstore transparency entry: 508248507
- Sigstore integration time:
-
Permalink:
dizzlkheinz/ynab-amazon-categorizer@0959a642b076bf2a5df39d06b8f106d863b896c5 -
Branch / Tag:
refs/tags/v0.3.6 - Owner: https://github.com/dizzlkheinz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@0959a642b076bf2a5df39d06b8f106d863b896c5 -
Trigger Event:
push
-
Statement type: