Saweria QRIS code generator
Project description
Saweria QRIS code generator
[!CAUTION] Using any kind of automation programs on your account can result in your account getting permanently banned by Saweria. Use at your own risk.
Installation
$ pip install saweriaqris Install this package
Usage:
use this within your code example below
creating a code
from saweriaqris import create_payment_qr, paid_status
myqr = create_payment_qr("nindtz", 10000, "Budi", "budi@saweria.co", "Semangat!")
qrcode = myqr[0]
transaction_id = myqr[1]
# Just feed the qrcode to your favourite qr code generator
# transaction_id for matching purpose to your webhook calls
checking transaction status
from saweriaqris import create_payment_qr, paid_status
is_paid = paid_status(transaction_id)
# is_paid is bool value
Example use case:
Discord bot Donate QRIS
Thank you
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 saweriaqris-0.1.5.tar.gz.
File metadata
- Download URL: saweriaqris-0.1.5.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c76f7cf92c441b6dfcdf2e3ba14248be2a7968cb5788c3cc185e69436218f84e
|
|
| MD5 |
e003f7b2afa1ba10d7988d51c9b8a457
|
|
| BLAKE2b-256 |
0279f34671ad13ab2a3d5ebca49cf1c38c46a3a092bf16b1d398e8be842d332d
|
File details
Details for the file saweriaqris-0.1.5-py3-none-any.whl.
File metadata
- Download URL: saweriaqris-0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f019c3884531be27a2b24beb5e5d2864a833a29e6b2526a075351b6fe0e9a80b
|
|
| MD5 |
59c45bb2ab6995e54478b5afe37fd189
|
|
| BLAKE2b-256 |
8b1f7432e987c96e8d6c26bcc6282be5922a307cdd57f1612f7f62953ed3f09b
|