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.
- Host: GitHub
- URL: https://github.com/rubenarakelyan/monzo-qif-exporter
- Owner: rubenarakelyan
- Archived: true
- Created: 2016-03-19T21:24:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T21:12:07.000Z (over 8 years ago)
- Last Synced: 2025-04-24T23:43:07.964Z (about 2 months ago)
- Language: PHP
- Homepage: https://monzoqifexporter.uk
- Size: 612 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-monzo - Monzo QIF Exporter - Monzo transaction exporter for QIF and CSV formats (Apps)
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