GithubHelp home page GithubHelp logo

beancount-monzo-importers's Introduction

Description

This is a collection of importers for the UK neo-bank Monzo for use by Beancount.

There is currently only one importer:

  • current_account_json.py - which parses a JSON dump of your account transactions

Setup

I recommend the following directory layout:

  • ./main.bean : Your top-level beancount file
  • ./foo.bean : (any included file)
  • importers/institutions/monzo : This repo
  • categorisers/ : Your categorisers
  • config.py : Your importer configuration (see below)

Sample importer configuration

from institutions.monzo import current_account_json as monzo_current

CONFIG = [
    monzo_current.Importer('Assets:Monzo:Current', account_id='acc_0000999999999999999999'),
]

Usage

bean-extract config.py documents/monzo.json >> monzo.bean

You'll need to find your account_id in your JSON file and edit the config snippet given above. My reason for adding this is that some people might have multiple Monzo accounts (e.g. the now superceded Prepaid accounts) which are filed in different Beancount accounts.

I like to test the import by writing to a temporary file first (which I include from my top-level file, but I subsequently truncate this file prior to importing for real). This allows me to modify my categoriser and re-run bean-extract without having to manually edit my already-imported credit card beanfile.

beancount-monzo-importers's People

Contributors

mattpep avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.