Live data from Hacker News

I got control of my spending with some no-code services and 100 lines of Python

medium.com

1–10 of 70 posts

Re: I got control of my spending with some no-code services and 100 lines of Python

#5
post #3

But this way you send all your financial transactions through at least 2 additional providers (zapier and google) and your email provider. Not sure if this is worth it.

I prefer this, the finance is lost in the noise of other traffic and no creds to banks are shared unlike mint.

Re: I got control of my spending with some no-code services and 100 lines of Python

#9
I have been wanting to do this, as I set up the Chase email notifications, but never got motivated to tackle what you used zapier for.

One thing that it seems you could do is use Google sheets for your constants vs coded in the repo. That way if you spend from somewhere new, you can do add that category on the fly by updating your sheet.

Re: I got control of my spending with some no-code services and 100 lines of Python

#10
post #7

Would love to see a .procmail rule + scripts to do this without the significant zapier integration.

I do essentially this with `imapfilter` and some cronjobs.

The biggest hassle is the fact that each of my banks/financial institutions uses at least half a dozen unique addresses to send me relevant information.

Post reply on HN