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
pip install pyKard
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.
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.
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)
This repository and all of its content is under the GNU GPLv3 license.
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.