Skip to main content

Monobank.ua API client

Project description

python-monobankua

Python client library for Monobank API.

Installation

pip3 install monobankua

Requirements

* python >= 3.7
* requests >= 2.21

Usage

  1. Create your token at https://api.monobank.ua/
  2. Use it to initialize client. Sample code:
from datetime import datetime
from monobankua import Monobank

TOKEN = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

monobank = Monobank(TOKEN)

currencies_info = monobank.currencies_info()
print(*currencies_info, sep='\n')

client_name, accounts = monobank.client_info()
print(client_name)

for account in accounts:
    print(f'{account.currency.name}: {account}')
    statements = monobank.statements(account.id, datetime(2019, 6, 25))
    print(*statements, sep='\n')

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

monobankua-0.0.4.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

monobankua-0.0.4-py3-none-any.whl (16.6 kB view details)

Uploaded Python 3

File details

Details for the file monobankua-0.0.4.tar.gz.

File metadata

  • Download URL: monobankua-0.0.4.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for monobankua-0.0.4.tar.gz
Algorithm Hash digest
SHA256 c3ae2e5e05de7a8e0a3725257615011fb40a2e722620583b31f2ff5b364eb112
MD5 55fe78abb1c8adcce0dae0a8a194d0e6
BLAKE2b-256 f4edfd2f9c6d6ca9bfbb175cb916f5495e23c7836612ce09d3955a3deeeebcd7

See more details on using hashes here.

Provenance

File details

Details for the file monobankua-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: monobankua-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for monobankua-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 dc6e60ae3861d2de17139dcb9d9ccf5cea3f4079a7f179518b01846f398e95b8
MD5 031e0818a5957e93d7d44352573d65d6
BLAKE2b-256 57d94ee24134331238ea1b45ae87060745233a40fe78620f25dcabc3e1185b5a

See more details on using hashes here.

Provenance

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