Download OFX files from bank, parse them and import them to YNAB
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Gabriel Augendre d7a2c10271 Fix dockerfile 9 months ago
.github/workflows Test against python 3.8->3.10 2 years ago
ofx_processor Add option to disable push to YNAB 9 months ago
tests Add LCL automatic file download 2 years ago
.gitignore Ignore vs code folder 2 years ago
.pre-commit-config.yaml Add development goodies 2 years ago
Dockerfile Fix dockerfile 9 months ago
LICENSE Update 'LICENSE' 1 year ago
README.md Update 'README.md' 1 year ago
poetry.lock Implement sending reconciled amount 2 years ago
pyproject.toml Bump version 9 months ago
sonar-project.properties Improve sonar cloud feedback speed 3 years ago
tasks.py Fix dockerfile 9 months ago

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 🙂