An open API service indexing awesome lists of open source software.

https://github.com/rubenarakelyan/monzo-qif-exporter

Export your Monzo transactions in QIF and CSV formats.
https://github.com/rubenarakelyan/monzo-qif-exporter

Last synced: about 2 months ago
JSON representation

Export your Monzo transactions in QIF and CSV formats.

Awesome Lists containing this project

README

        

# Monzo QIF Exporter

Export your Monzo transactions in QIF and CSV formats.

# Installation steps

* Configure a web server to point at the `/public` folder. This will need to be its own domain or subdomain.
* Generate a new OAuth client at https://developers.getmondo.co.uk.
* Set the following configuration in `/protected/.env`:

MONZO_CLIENT_ID=
MONZO_CLIENT_SECRET=
MONZO_REDIRECT_URI=/r/from-monzo-auth