Skip to main content

Control and Automate your Kard account

Project description

Kard Private Api

License: GPL v3

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

Support me through bank card Send me a Discord Nitro Subscribe to Kard

Project details


Release history Release notifications | RSS feed

This version

2.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kard-private-api-2.1.tar.gz (30.9 kB view hashes)

Uploaded Source

Built Distribution

kard_private_api-2.1-py3-none-any.whl (29.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page