monzo-python
monzo-python copied to clipboard
💳 A python SDK for interacting with the Monzo API.
As per discussion in #27 with @TomAFrench I have been working on implementation for the new receipt endpoint(s). Specifically: - [Create a receipt](https://docs.monzo.com/#create-receipt) - [Retrieve a receipt](https://docs.monzo.com/#retrieve-receipt) - [Delete a...
I've been using Auth2 method of getting tokens, once the generated monzo.json file was made I was using the following line of code which only works for like a day...
Hi, I'm having a bit of an issue getting oAuth working with the lib. I found that .get_authentication_url() doesn't exist in the ouath_client. `auth_start_url = oauth_client.get_authentication_url()` I've tried with the...
The title says it all basically.
Looks like create_feed_item slipped through the cracks when changing the endpoints to use the new OAuth method. Thanks to @summerjets for [pointing this out](https://github.com/muyiwaolu/monzo-python/commit/c0cb74d2b896f759eadf127f57ef907a9944c2dd#r32276308).
Very recently Monzo teamed up with Flux to bring [paperless receipts](https://monzo.com/blog/2019/01/31/flux-monzo-launch/) to the Monzo App. I could look into implementing this functionality into the wrapper if others are happy? Or...
The documentation needs to be in a much simpler and better readable format.