Download OFX files from bank, parse them and import them to YNAB
Go to file
Gabriel Augendre d7a2c10271 Fix dockerfile 2022-09-04 21:40:17 +02:00
.github/workflows Test against python 3.8->3.10 2021-11-18 18:36:07 +01:00
ofx_processor Add option to disable push to YNAB 2022-09-04 21:24:33 +02:00
tests Add LCL automatic file download 2021-11-20 15:00:43 +01:00
.gitignore Ignore vs code folder 2021-12-04 17:12:06 +01:00
.pre-commit-config.yaml Add development goodies 2021-11-18 19:04:43 +01:00
Dockerfile Fix dockerfile 2022-09-04 21:40:17 +02:00
LICENSE Update 'LICENSE' 2022-01-01 22:27:50 +01:00
README.md Update 'README.md' 2022-01-02 19:29:42 +01:00
poetry.lock Implement sending reconciled amount 2021-12-04 11:35:26 +01:00
pyproject.toml Bump version 2022-09-04 21:26:12 +02:00
sonar-project.properties Improve sonar cloud feedback speed 2020-02-29 13:54:51 +01:00
tasks.py Fix dockerfile 2022-09-04 21:40:17 +02:00

README.md

ofx-processor

PyPI - Python Version PyPI - Format PyPI - Status

Install

python -m pip install ofx-processor

https://pypi.org/project/ofx-processor/

Usage

Usage: ynab [OPTIONS] COMMAND [ARGS]...

  Import your data to YNAB with the processors listed below or manage your
  config.

Options:
  --version   Show the version and exit.
  -h, --help  Show this message and exit.

Commands:
  config   Manage configuration.
  bpvf     Import BPVF bank statement (OFX file).
  ce       Import CE bank statement (OFX file).
  lcl      Import LCL bank statement (OFX file).
  revolut  Import Revolut bank statement (CSV file).

All transactions will be pushed to YNAB. If this is your first time using the script, it will open a generated config file for you to fill up.

The account and budget UUID are found in the YNAB url when using the web app.

The file passed in parameter will be deleted unless specified (--keep option on each import command)

Versions

This project follows Semantic Versioning.

Development

Release

inv full-test
poetry version <major/minor/patch>
git add .
git commit
inv tag <version>
inv publish publish-docker

Reuse

If you do reuse my work, please consider linking back to this repository 🙂