Notes on engineering leadership and software development.

Open-sourcing a Copilot Money exporter, as one does

Spent an evening writing a Python script that mints a Firebase ID token, scrapes Copilot Money account through their GraphQL endpoint, and stuffs the result into SQLite. Then, for reasons that probably do not survive sober reflection, attached an MIT license to it, flipped the GitHub repo to public, and added it to my “open-source contributions” mental ledger.

copilot-python, if you also have personal-finance data you’d like to extract from a SaaS you pay for and put somewhere you can actually query it.