معرفی شرکت ها


abna-0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Automated retrieval of mutations from ABN Amro
ویژگی مقدار
سیستم عامل -
نام فایل abna-0.3
نام abna
نسخه کتابخانه 0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dirkjan Ochtman
ایمیل نویسنده dirkjan@ochtman.nl
آدرس صفحه اصلی https://github.com/djc/abna
آدرس اینترنتی https://pypi.org/project/abna/
مجوز MIT
# ABN Amro mutations retrieval This Python library enables retrieval of mutations from the Dutch ABN Amro banking site using the "soft token" (5-digit pass code). Should work with Python 2.7 or 3.x; requires requests and cryptography. This library was created by and is maintained by Dirkjan Ochtman. If you are in a position to support ongoing maintenance and further development or use it in a for-profit context, please consider supporting my open source work on [Patreon](https://www.patreon.com/dochtman). ## Example Here is a minimal example demonstrating how to use the library: ```python import abna, json sess = abna.Session('NL01ABNA0123456789') sess.login(123, '12345') print(json.dumps(sess.mutations('NL01ABNA0123456789'), indent=2)) ``` ## Change log ### 0.3 (2020-02-04) - Add User-Agent to fake browser behavior ### 0.2 (2018-07-15) - Allow retrieval of mutations from different accounts ([#1](https://github.com/djc/abna/pull/1), thanks to [@ivasic](https://github.com/ivasic)). Note that this changes the signature of the `Session.mutations()` method to take the account IBAN as a mandatory first argument. ## Alternatives [abnamro-tx](https://github.com/mkrcah/abnamro-tx) is a docker-based solution to run a headless Chrome instance that can download mutation files for you.


نحوه نصب


نصب پکیج whl abna-0.3:

    pip install abna-0.3.whl


نصب پکیج tar.gz abna-0.3:

    pip install abna-0.3.tar.gz