ghrlt / py-kard

Python wrapper for Kard bank Private Api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kard Private Api

License: GPL v3
Python wrapper of Kard Private Api

Made with the help of the awesome open-source tool HTTP Toolkit for trafic sniffing ❤️

This project is a refactored version of kard-private-api

Installation

pip install pyKard

Usage

from kard_private_api import Kard

myKard = Kard()
myKard.authenticate(forceApiAuth=False)

...

That's all! You're all setup to play with Kard private API.
I recommend you to start with some of the examples here.

FAQ

How does it login to my Kard account?

On your first (or clean) login, the library will generate a unique vendor identifier that will be linked to your session.
Then, a request will be made to Kard, which in return will either ask for an OTP code or your PIN code.

Once successfully authenticated, we have access to an accessToken and a refreshToken which are your account sesame. These as well as your vendor identifier are saved on your computer for later use.

Where my credentials are saved?

By default, they are saved in a file named .kard-login_YOURPHONENUMBER-settings.json located in your home directory.
(C:\\Users\%username%\ on Windows or ~ on Linux/MacOs)

License

This repository and all of its content is under the GNU GPLv3 license.

Disclaimer

This software is provided as is, I shall not, and will not be liable for any misuse or unauthorised use, leading or not to damage to any third-party.

About

Python wrapper for Kard bank Private Api

License:GNU General Public License v3.0


Languages

Language:Python 100.0%