Aazim Haque.
Personal / Projects / SMS expense tracker
Tasker · LLM Ongoing

SMS expense tracker

Every bank SMS I get becomes a clean, categorized line in a spreadsheet — with no effort from me.

sheets.google.com/···
A screenshot of the live spending sheet will live here.

No budgeting app, no manual entry, just a record that keeps itself.

What it does

My bank texts me on every transaction. This reads those texts, works out the amount, the merchant and a sensible category, and logs them to Google Sheets on its own, so I end up with a tidy expense record without ever opening a budgeting app.

How it works

Tasker catches each incoming SMS on my phone and passes the text to a fine-tuned ChatGPT model, which pulls out the structured fields. A small script then appends a row to Google Sheets through its API.