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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file mylivebox-0.0.2.tar.gz
.
File metadata
- Download URL: mylivebox-0.0.2.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ffadd9dd36fccd79fc25fbde63b5b32b94e9b4901d16634684c03568102c2af |
|
MD5 | b20e6b42271472ad6db1f7585a8bc779 |
|
BLAKE2b-256 | 113fe403ad08508113f14d298aedc0737c25260698ca53159d2ce28ff9a59dbb |
File details
Details for the file mylivebox-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: mylivebox-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 904aede9a34e447e5d51b31540f9160b2ca9b7a2ebc083fee7e9f23c5d99174b |
|
MD5 | 33cd62cde6d48de21bb20923daf75ca0 |
|
BLAKE2b-256 | e2c5e438c20c6b4bf396f94212bdd283610976d10bf6ab1097b1e2e76dd722cd |