https://github.com/nhatthm/moneylovercli-plugin-n26
N26 plugin for MoneyLover CLI
https://github.com/nhatthm/moneylovercli-plugin-n26
go golang moneylover moneylovercli n26 plugin
Last synced: 3 months ago
JSON representation
N26 plugin for MoneyLover CLI
- Host: GitHub
- URL: https://github.com/nhatthm/moneylovercli-plugin-n26
- Owner: nhatthm
- License: mit
- Created: 2021-05-01T17:12:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T23:32:50.000Z (4 months ago)
- Last Synced: 2025-02-28T03:26:39.205Z (4 months ago)
- Topics: go, golang, moneylover, moneylovercli, n26, plugin
- Language: Go
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# N26 plugin for MoneyLover CLI
[](https://github.com/nhatthm/moneylovercli-plugin-n26/releases/latest)
[](https://github.com/nhatthm/moneylovercli-plugin-n26/actions/workflows/test.yaml)
[](https://codecov.io/gh/nhatthm/moneylovercli-plugin-n26)
[](https://goreportcard.com/report/github.com/nhatthm/moneylovercli-plugin-n26)
[](https://pkg.go.dev/github.com/nhatthm/moneylovercli-plugin-n26)
[](https://www.paypal.com/donate/?hosted_button_id=PJZSGJN57TDJY)A plugin for [moneylovercli](https://github.com/nhatthm/moneylovercl) to convert n26 transactions and import to MoneyLover.
## Prerequisites
- `Go >= 1.17`
## Install
```bash
moneylovercli plugin install github.com/nhatthm/moneylovercli-plugin-n26
```## Usage
If you have a list of n26 transactions, you can either pipe it or read it, like this
```bash
n26 transactions --from 2020-01-01 --to 2020-02-01 > transactions.json
moneylovercli transactions import --provider n26 < transactions.json
```or
```bash
n26 transactions --from 2020-01-01 --to 2020-02-01 | moneylovercli transactions import --provider n26
```## Donation
If you like this project, you can give me a cup of coffee :)
### Paypal donation
[](https://www.paypal.com/donate/?hosted_button_id=PJZSGJN57TDJY)
or scan this
![]()