jwilk / mbank-cli

command line interface to mBank online banking system
https://jwilk.net/software/mbank-cli
MIT License
40 stars 8 forks source link

Consider contributing the code to Woob #94

Open wrobelda opened 3 years ago

wrobelda commented 3 years ago

Hi,

There is a generic platform that supports scraping data from financial institutions: https://woob.tech (formerly known as Weboob). The platform itself is in turn supported by an array of open source personal finance applications, including Skrooge and KMyMoney – the latter of which I am one of the maintainers.

It would be beneficial to mBank users in CEE if KMyMoney and Skrooge gained support for it via Woob, so please consider contributing the code there.

I do understand that Woob is Python, while your lib is Perl, but at the end of the day the core problem is the know-how on how to scrape the bank data, and Woob has some pretty good docs and Dev community, so hopefully you can find time and energy to commit to it.

In any case, please feel free to reach out for any help.

PS. FYI, I submitted a similar request to https://github.com/bgaluszka/mbank/issues/27

jwilk commented 2 years ago

I'm sorry, but I've got enough on my plate already.

wrobelda commented 2 years ago

FYI, I found some time and came up with a MVP here: https://gitlab.com/woob/woob/-/merge_requests/685

Feel free to test, and, if interested, I'm happy to grant a write permission to the branch behind the PR. There's plenty to do left, but nothing too hard, thanks to your tremendous prior work in this project.