Control and Automate your Kard account
Project description
Kard Private Api
Python wrapper of Kard neobank private API
Made with the help HTTP Toolkit for trafic sniffing <3 It's an awesome tool!
Installation
pip install kard-private-api
Either create a file named secrets.json in your working directory, with the following content:
{
"vendorIdentifier": null,
"userAgent": "ghrlt/kard-private-api /v2.1",
"accessToken": null,
"refreshToken": null,
"accountPin": "Your pin (0000)",
"accountTel": "Your phone number (06 00 00 00 00)"
}
or don't, and input them in your console when asked.
Usage
import kard_private_api as kardapi
k = kardapi.Kard()
k.init()
...
You are ready!
Start with some examples here
FAQ
How does it login to my Kard account?
The login processus include:
- Generating a unique identifier, linked to your account
- If new uid, confirm sms otp, else pass
- Confirm PIN code
Then, and only then, we have the accessToken and refreshToken, which is your account sesame.
The wrapper will automatically create and store your uid and obtain and store your tokens, in the current working directory
License
This repository and all of its content is under the GNU GPLv3 license.
Disclaimer
I shall not, and will not be liable for any misuse or unauthorised use, leading or not to damage to any third-party. This API is to be used for educational purposes only.
Support me
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kard-private-api-2.1.tar.gz.
File metadata
- Download URL: kard-private-api-2.1.tar.gz
- Upload date:
- Size: 30.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0b764af514a045b3770f2d86ef56e9e5d729f84b0a919018acec51035093840
|
|
| MD5 |
ee1e4aabc3018cfb9e78b37185452686
|
|
| BLAKE2b-256 |
d90c4c5f119c6e61e57b419a8245f5aad8d735785110e10a40525c45d0673977
|
File details
Details for the file kard_private_api-2.1-py3-none-any.whl.
File metadata
- Download URL: kard_private_api-2.1-py3-none-any.whl
- Upload date:
- Size: 29.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a99e24e63872c315be9962adcae063331c13c59199a2f00b2c9fe3d5cdcc5868
|
|
| MD5 |
d783d6c82e0093a4ecd746028078b787
|
|
| BLAKE2b-256 |
bc4ecc103974a504272ab06b05eb42222cdf760cd8fb6ceb92e3f2ac3cca6e43
|