Skip to main content

Access Livebox data and perform basic operations

Project description

mylivebox

(Non-official) pure Python API that allows access Livebox data and perform basic operations.

Basic usage

from mylivebox import Livebox, BasicCredentials
livebox = Livebox(BasicCredentials("admin", "123456789"))
print(livebox.wan_status)
{
    "WanState": "up",
    "LinkType": "dsl",
    "LinkState": "up",
    "MACAddress": "44:A6:1E:51:06:E5",
    "Protocol": "dhcp",
    "ConnectionState": "Bound",
    "LastConnectionError": "None",
    "IPAddress": "86.225.151.244",
    "RemoteGateway": "86.225.144.1",
    "DNSServers": "80.10.246.7,81.253.149.14",
    "IPv6Address": "2a01:cb0d:27c:f600:46a6:1eff:fe51:6e5",
    "IPv6DelegatedPrefix": "2a01:cb0d:27c:f600::/56"
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mylivebox-0.0.2.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

mylivebox-0.0.2-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page