Open source
moneybird-python

Friday February 26, 2016

Python API client for the MoneyBird bookkeeping software.

MoneyBird (moneybird.nl) provides excellent web-based software for bookkeeping. I have been a very happy user of the software for some time now. While the software offers a lot of features I wanted to investigate what more I could do with it. Luckily, MoneyBird has a well documented REST API. To make life easier for myself, I created this client.

The published library contains not only a simple API client but also features a limited OAuth client implementation. This way app creators can easily integrate their app with MoneyBird. While not all OAuth features are present, all features supported (and documented) by Moneybird are available.


GitHub: jjkester/moneybird-python