Skip to content

wizkiye/telebirr-tx-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Telebirr Transaction parser

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages