Get account info from lebara official website.
from lebara_api import LebaraApi
username = 'username'
password = 'password'
lebara = LebaraApi(username, password)
lebara.login()
print(lebara.getAccountSummery())pip3 install -U lebara-apiusage: lebara-api [-h] [-u USERNAME] [-p PASSWORD]
lebara cli.
optional arguments:
-h, --help show this help message and exit
-u USERNAME, --username USERNAME
your lebara username
-p PASSWORD, --password PASSWORD
your lebara username