Skip to main content

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

telebirrTxChecker-0.0.6.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

telebirrTxChecker-0.0.6-py3-none-any.whl (5.6 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