Download OFX files from bank, parse them and import them to YNAB
Go to file
2020-05-08 18:04:11 +02:00
.github/workflows Unshallow repo for sonar 2020-02-29 14:02:52 +01:00
ofx_processor Delete file by default and add keep option + regroup decorators 2020-05-08 18:02:25 +02:00
tests Delete file by default and add keep option + regroup decorators 2020-05-08 18:02:25 +02:00
.gitignore Initial commit 2020-01-15 14:42:57 +01:00
LICENSE Create LICENSE 2020-01-15 14:50:38 +01:00
poetry.lock Upgrade dependencies 2020-03-31 18:46:22 +02:00
pyproject.toml Delete file by default and add keep option + regroup decorators 2020-05-08 18:02:25 +02:00
README.md Update readme 2020-05-08 18:04:11 +02:00
sonar-project.properties Improve sonar cloud feedback speed 2020-02-29 13:54:51 +01:00

ofx-processor

PyPI - Python Version PyPI - Format PyPI - Status GitHub release (latest by date including pre-releases) License GitHub Workflow Status Sonar Coverage Bugs Code Smells Maintainability Rating Quality Gate Status Reliability Rating Security Rating Technical Debt

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.