Internode is a package to pull data from https://customer-webtools-api.internode.on.net/api/v1.5. To use the Internode API you need a valid account with Internode.
Requirements
- Install Python 3.9 (for all users)
- Pip install requests
Usage
Connect to Internode API:
import internode
Internode = internode.api("user.name@outlook.com", "password")
Internode.connect()
To get service information use the following:
Internode.getservice()
To get current usage information use the following:
Internode.getusage()
To get the last day's history information use the following:
Internode.gethistory()
Full example:
Internode = internode.api("user.name@outlook.com", "password")
Internode.connect()
Internode.getservice()
print(Internode.service)
Internode.getusage()
print(Internode.usage)
Internode.gethistory()
print(Internode.history)
Release files for internode 1.5.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| internode-1.5.5.tar.gz | 3.6 kB | Details |
Release files / internode-1.5.5.tar.gz
| Download URL | internode-1.5.5.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a4aceca9ab4c2bda8b1db4cf1192f528099a93ab496d8a312b4288a7913d26b6
|
|
BLAKE2b-256 checksum How to use checksums |
4f0618c96d67daad5c38bf0616e8635131d080785b8ea224e7b643d8ac36444b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.12
|