buchhaltung
buchhaltung copied to clipboard
Additional means for update beyond AqBanking
It seems that plaid may be an affordable API for connecting to banks. This is necessary in the USA because we lack HBCI, and what we do have (OFX) is unworkable.
I'd love to try out connecting to plaid via buchhaltung, but I think that means I'd need to integrate plaid with AqBanking. AqBanking is open source, but I'm not proficient enough in C++ to give it a whirl, and it seems undesirable that we should rely on a C++ project for all such functionality.
A similar use case: I track my work time in a Trello board. I've considered connecting to the Trello API and generating transactions from my work log entries, which will tell me how much I can expect to be paid based on an hourly wage.
Does anyone have any ideas what the best way would be to integrate another http client?