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
pip install qonto_client
git clone https://github.com/krezreb/qonto-client.git
cd qonto-client
pip3 install --user -r requirements.txt
Configuring Qonto API access
To use the export export scripts, 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
Exporting to Excel
A script to export to Excel is provided
To Export all transactions:
python3 export_xlsx.py
Export all transactions from last month
python3 export_xlsx.py --last-month
Exporting OFX
A script to export to OFX is provided, 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for qonto_client-0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e6bfde329df0a86ec8cd9b727e61d34619ab81d5745731d0473db0c45a46c34 |
|
MD5 | 8d6256f78045368a21ac57edf97e9bca |
|
BLAKE2b-256 | 244c08e1b68c875257f330e680c783521520f973ba01d46b97997db59fe6a872 |