Skip to content

vonshednob/beancount-triodos-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 

Repository files navigation

Beancount Triodos Importer

beancount-triodos-importer provides a python import script for beancount to import CSV exports from triodos online banking.

Usage

Installation

Install beancounttriodos from pip like this:

pip install beancounttriodos

Configuration

Write a configuration file, eg. config.py, (or extend your existing one) to include this:

import beancounttriodos

CONFIG = [
    beancounttriodos.CSVImporter('Assets:Your:Account')
]

Daily use

  1. Download the CSV file from your triodos online banking,
  2. Run beancount-extract config.py transaction_file.csv

Shouldn't there be some code here?

This is a placeholder to not break old links. The code is available on pypi.

License

This package is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages