Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
After the some discussion in the lexware Finanzmanger forum, it looks like the authors do not feel the need to integrate bunq into their application (https://forum.lexware.de/threads/37851/)
Also in the bunq forums, no one seemed to have a prior solution (https://together.bunq.com/d/24026-lexware-quicken-finanzmanager-import-from-bunq).
So I decided to implement a simple export with python and the bunq rest API.
json
and csv
into one file per
accountcsv
format with timestamps in DD.MM.YYYY
format
in timstamps, as expected from Haufe-Lexware Finanzmanger
, when
mode is lexware
nose
pre-commit
Install bunqexport
and generate an export:
$ pip install bunqexport
$ bunqexport --conf bunq-production.conf --mode lexware
[INFO ] Using conf: bunq-production.conf
[INFO ] found XX while fetching last 200 Payments for account XXXXXXX
[INFO ] Wrote bunq_XXXXXXX_Default.csv
[INFO ] Wrote bunq_XXXXXXX_Default.json
created type counterparty_alias.name amount.currency amount.value description
23.12.2019 CHECKOUT_MERCHANT bunq EUR 200.00 bunq account top up
23.12.2019 MASTERCARD XXXXXXXXXXXXXXXXXXXXXX EUR -16.96 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
23.12.2019 SAVINGS XXXXXXXXXXX EUR -0.04
24.12.2019 EBA_SCT XXXXXXXXXX EUR 500.00 ---
27.12.2019 EBA_SCT PayPal (Europe) S.a.r.l. et Cie., S.C.A. EUR 0.13 PAYPAL BEVEILIGINGSMAATREGEL
27.12.2019 EBA_SCT PayPal (Europe) S.a.r.l. et Cie., S.C.A. EUR 0.03 PAYPAL BEVEILIGINGSMAATREGEL
...
Any contributions are very welcome.
When contributing to this repository, please first discuss the change you wish to make via issue with the owners of this repository before making a change.
README.md
.pre-commit
hooks by installing pip install pre-commit
and run pre-commit install
.This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
FAQs
Convert bunq payments to csv
We found that bunqexport demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.