-
Notifications
You must be signed in to change notification settings - Fork 4
by-cx/python-mbank
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
python-mbank - mBank Python parser =================================== mBank parser for Python. Features -------- * List of accounts * List of transactions Usage ----- from mbank.mbank import mBank mbank = mBank("customer id", "password") mbank.login() result = mbank.get_transactions("full account number") accounts = mbank.get_accounts() Content of result variable: [ <.....> {'ss': 0, 'price': 5961.0500000000002, 'ks': 0, 'vs': 20120040, 'date_realization': datetime.date(2012, 6, 20), 'date_accounting': datetime.date(2012, 6, 20), 'type': 'incoming'}, {'ss': 0, 'price': 3961.0500000000002, 'ks': 7618, 'vs': 70577193, 'date_realization': datetime.date(2012, 6, 20), 'date_accounting': datetime.date(2012, 6, 20), 'type': 'outcoming'}, <.....> ]
About
Python mBank parser
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published