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
- Create your token at https://api.monobank.ua/
- Use it to initialize client. Sample code:
from datetime import datetime
from monobankua import Monobank
TOKEN = "xxxxxxxxxxxxxxxxxxxxx"
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')
currencies_info = monobank.currencies_info()
print(*currencies_info, sep='\n')
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
monobankua-0.1.4.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file monobankua-0.1.4.tar.gz
.
File metadata
- Download URL: monobankua-0.1.4.tar.gz
- Upload date:
- Size: 4.1 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.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ed5fc0d4d3527f8890c92a809cabf204a61330163f8e0f0bcae7f0439a68134 |
|
MD5 | fceffeeacd6cef1ca1a46dbfe1296b86 |
|
BLAKE2b-256 | c7c2d0cf5b1c140a45212db783ec21252be14131c1926f746e1dd6a025b95554 |
Provenance
File details
Details for the file monobankua-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: monobankua-0.1.4-py3-none-any.whl
- Upload date:
- Size: 16.8 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.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b20fb09042d25c5e101e7ca7fe640b179346c50dc1f37693e553cd24736b6e5 |
|
MD5 | 1767e2c795067d154601a7879aa7e520 |
|
BLAKE2b-256 | 5e9dbc5fc123fc4bff03f3d9b3ea381ec8b02c053c4362c69e30493eead91ac8 |