Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (26 loc) · 640 Bytes

File metadata and controls

33 lines (26 loc) · 640 Bytes

lebara-api

Get account info from lebara official website.

Usage

from lebara_api import LebaraApi

username = 'username'
password = 'password'

lebara = LebaraApi(username, password)
lebara.login()
print(lebara.getAccountSummery())

Installation

pip3 install -U lebara-api

Command-line interface

usage: 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