Skip to content

Instantly share code, notes, and snippets.

View mischif's full-sized avatar

Jeremy Brown mischif

View GitHub Profile
@mischif
mischif / reconcile_mint.py
Last active April 6, 2021 01:44
Update Lunch Money transactions with Mint data on payees, categories, etc.
#!/usr/bin/env python
################################################################################
# reconcile-mint #
# This script doesn't recreate Mint categories #
# Parsing transactions with multiple tags should work, but is untested #
# You must manually split transactions for this script to recognize them #
# Mint and Lunch Money account names must match (different display names ok) #
# (C) 2021 Mischif #
# Released under version 3.0 of the Non-Profit Open Source License #