sepulsa

Unofficial Sepulsa library for Python


Keywords
api-client, sepulsa
License
MIT
Install
pip install sepulsa==0.1.1

Documentation

Sepulsa Client

Build Status codecov Stable Version MIT licensed

Unofficial Sepulsa Client using Python

This library allows you to quickly and easily use the Sepulsa v3 via Python. List of implemented API:

  • Pulsa Prabayar
  • Pulsa Pascabayar
  • Paket Data
  • PLN Prabayar
  • PLN Pascabayar
  • BPJS Kesehatan
  • PDAM
  • Telkom

reference: https://horven.sumpahpalapa.com/swagger/kraken/index.html#!/

Table of Contents

Installation

pip3 install sepulsa

Quick Start

from sepulsa import build_client

# get balance
sepulsa = build_client("https://horven-api.sumpahpalapa.com/api", "username", "api-key")
sepulsa.get_products()

more example checkout:

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details