Python wrapper for Kard's private API
Project description
Kard Private Api
Python wrapper of Kard Private Api
Made with the help of the awesome open-source tool HTTP Toolkit for trafic sniffing ❤️
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.
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
File details
Details for the file pyKard-3.0.0.tar.gz.
File metadata
- Download URL: pyKard-3.0.0.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d222674dde5c866a0b543b6fa07ccb823ae39be23ff757e2c79bfad0f6a668e9
|
|
| MD5 |
29e4b3bfed4538581d4bfe93c28a0c8c
|
|
| BLAKE2b-256 |
4e943623668ce4c5cebb5ef12a9bc77946e93f56c3b1b497ba4cbc3166b522c8
|