Results 56 comments of reZach

This issue really captures two things. 1) (Which was listed), pulling in transaction details from EU banks. After reading a little bit from the bunq webpage, it looks like we...

I created a new issue to track the status of non-EU banks: https://github.com/reZach/my-budget/issues/8. I added a **help wanted** label because there are obvious legal protections in place for EU banks...

That'd be great, thanks. _Technically_, one could say that My Budget is a "service" and then its in legal trouble (which I don't want to have).

I'd personally still like some professional legal advice around this manner.

@ross-ritchey @xvilo @Dan-inpooling I've done some thinking around this matter, and am considering re-implementing with Plaid. They would allow us to sync transactions to banks in the UK & the...

@Dan-inpooling I too am concerned about privacy and want it to be important in the application, I don't want to compromise on this, however there is no help from the...

I wrote up how to make a connector [here](https://github.com/reZach/my-budget/wiki/Creating-a-new-connector). A connector is code that connects (logs into your banks website) and retrieves transaction data that is imported into your budget....

Thanks. You can reuse most of it, except for the regex that is going to be specific to the HTML of your bank's website. I'd expect it would take 35...

@Dan-inpooling I've got a prototype working at the repo linked above. I'll make a short outline as an issue there so we can continue the conversation there.

@Dan-inpooling That's quite alright, let me know and I can talk through what I'm thinking how it can work.