XL Python
XL Direct Purchase Package
Requirement
The xlpy module only requires Python 3. You can download from here.
Installation
Installation is simple. It can be installed from git using the following command:
$ git clone https://github.com/albertoanggi/xl-py
Usage
>>> from xlpy import *
>>> xl = XL('MSISDN')
>>> #Request OTP Code
>>> xl.reqOTP()
Examples
All examples can be found here.