Skip to main content

A python client for Qonto

Project description

Qonto python client

Provides a basic interface for querying and exporting Qonto transactions using the v2 API

Requirements

  • python3 with pip

Installation

git clone https://github.com/krezreb/qonto-client.git
cd qonto-client
pip3 install  --user -r requirements.txt

Exporting OFX

A script to export to OFX is provided, you'll need your Qonto API ID and secret key, available in your Qonto settings You'll also need your IBAN, upper case without spaces

Set ID, KEY, IBAN environment variables

export ID=your_org-12345
export KEY=YOURSECRETKEY12345678
export IBAN=FR7612345000019876543212345

Export all transactions as OFX format

python3 export_ofx.py

Export all transactions from last month as OFX format

python3 export_ofx.py --last-month

All options available via the --help command

python3 export_ofx.py --help

Found a BUG, need a feature?

This project was written over a weekend because of a last minute requirement. Documentation and features are sketchy. If you found a problem with the code or want a new feature, Open an issue 🍺 ☕

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qonto_client-0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

qonto_client-0.1-py3-none-any.whl (1.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page