https://github.com/dantleech/firefly-postbank-import
Import Postbank CSV exports to Firefly III
https://github.com/dantleech/firefly-postbank-import
fireflyiii postbank
Last synced: 13 days ago
JSON representation
Import Postbank CSV exports to Firefly III
- Host: GitHub
- URL: https://github.com/dantleech/firefly-postbank-import
- Owner: dantleech
- Created: 2020-10-10T13:23:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T13:51:03.000Z (over 5 years ago)
- Last Synced: 2025-03-25T17:51:02.514Z (over 1 year ago)
- Topics: fireflyiii, postbank
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Firefly III Postbank Importer
=============================
This script will attempt to import a Postbank CSV file to a [Firefly
III](https://github.com/firefly-iii/firefly-iii) instance.
Installation
------------
Checkout this repository and install the deps using `pipenv`:
```
$ pipenv install
```
Configuration
-------------
Create `config.ini` (or copy `config.ini.example`):
```
[Firefly]
url=http://firefly.example.com
personal_access_token=xxxx
[Account]
name=PostbankAccountName
```
### Firefly
- **url**: The base URL of your firefly instance.
- **personal_access_token**: Your [personal access token](https://firefly-iii.gitbook.io/firefly-iii-bunq-importer/installing-and-running/configure#personal-access-token)
### Account
- **name**: Name of the Firefly account in which to import the transactions
Running
-------
Import your CSV file as follows:
```
$ pipenv run python3 import-postbank.py Umsatzauskunft_KtoNrxxxxxxx26_10-10-2020_10-07-33.csv
```