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#!/
pip3 install sepulsa
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:
- Requests - HTTP Library Used
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Kelvin Desman - Vousmeevoyez
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details