asynchronous telebirr transaction checker
Project description
Telebirr Transaction Checker/Parser
This is a simple script that checks your Telebirr transactions and parses them
⚠ Not finished yet
Installation
pip install git+https://github.com/wizkiye/telebirr-tx-checker.git
Usage
from ttxc import TelebirrTxChecker
async def main():
checker = TelebirrTxChecker()
tx = await checker.get_transaction("<TRANSACTION_ID>")
print(tx.status)
print(tx.id)
print(tx.total_sent)
print(tx.total_amount_in_word)
print(tx.mode)
print(tx.channel)
print(tx.payer)
print(tx.payer.name)
print(tx.payer.phone)
print(tx.payer.account_type)
Project details
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
File details
Details for the file telebirrTxChecker-0.0.6.tar.gz
.
File metadata
- Download URL: telebirrTxChecker-0.0.6.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddbf1d8dabc04a89fe721beed6ddd21abb5825bf87aea2fb966d8540f6648ce5 |
|
MD5 | f6f37050e602f933475afae79ba790ff |
|
BLAKE2b-256 | 5ae030ca4ad799d5f0db3ab0965222e55d8c3d5b449bcdc8bf06d56d8aa34f97 |
File details
Details for the file telebirrTxChecker-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: telebirrTxChecker-0.0.6-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88b1de54975cf998373e3e27a8f5fb7b954ba31bfbd7e17cdd4e62cabe41b82b |
|
MD5 | cca8ebb46eb622b95b1917675f880120 |
|
BLAKE2b-256 | 906a835517f09791cbb4ea495696cb7c238f3b2e1f3883e7db31281ba47380a0 |