woudt / bunq2ifttt

bunq2IFTTT creates a self-hosted interface between the bunq banking API and IFTTT.
MIT License
24 stars 8 forks source link

Top up functionality #6

Closed OlafHaalstra closed 4 years ago

OlafHaalstra commented 4 years ago

To be able to budget on seperate accounts sometimes you want to 'top up' your account to a certain amount. For example every month I want to be able to spend 50€ on beer from my beer account.

In IFTTT you can create montly triggers but it is currently not possible to top up your account from a savings account (or any other) to a certain dedicated account.

This pull request creates this functionality. What is still missing is:

OlafHaalstra commented 4 years ago

Btw, awesome project! I was able to very quickly implement additional functionality and even got the whole project working from my mobile phone.

We can discuss a little bit if you think this functionality should be implemented and how.

OlafHaalstra commented 4 years ago

When playing around with IFTTT it becomes clear that it even would be better if:

woudt commented 4 years ago

Thanks! I will have a look at this somewhere in the next few days...

woudt commented 4 years ago

Ok, so I have taken your suggestion, but decided to make it a bit more generic. Using two new 'target balance' actions, you can top up your account in the same way your code allows, but also:

I am therefore closing this pull request, but thank you so much for the suggestion!

OlafHaalstra commented 4 years ago

Great! Thanks for your effort, I will make sure to update to your version.