prepaid-sim-py-client-xethhung12

A small package the used query prepaid sim data amount.


License
MIT
Install
pip install prepaid-sim-py-client-xethhung12==0.0.5

Documentation

Prepaid Sim Py Client

Python package to retrieve prepaid sim remaining data usage.

Example

from prepaid_sim_py_client_xethhung12.hk.csl import remainingAmountOfData
if __name__ == '__main__':
    mobileNo = "{mobileNo}"
    password = "{password}"
    print(remainingAmountOfData(mobileNo, password))

Build

rm -fr dist
python -m build

Upload

rm -fr dist
python -m build
twine upload dist/*