Retrieves information about Telenet internet usage
Project description
Telenet Telemeter parser
About
This program queries the 'Mijn Telenet' site to retrieve data about a user's monthly Telenet internet usage (a.k.a. telemeter).
It uses Selenium to fetch the necessary cookies, please make sure you have Firefox and the Gecko driver installed.
The cookies are cached so subsequent calls will be much faster.
UPDATE: Version 3.0 no longer uses Selenium.
Can be run as a standalone script or used as a module. As a standalone script it prints telemeter info to the console. Credentials can be provided via environment variables (TELENET_USERNAME, TELENET_PASSWORD), else the user will be prompted for credentials.
Installation
pip install telemeter
Usage
As module
import telemeter
telenet_session = telemeter.TelenetSession()
telenet_session.login("my_username", "my_password")
my_telemeter = telenet_session.telemeter()
As script
python3 telemeter/telemeter.py
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
Built Distribution
Hashes for telemeter-3.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ae68d9cb1c976545598c9a940bb9e30bfae1257f8d1e85c6a5b02d907d3f20b |
|
MD5 | 882fc370b7a6f962004754ea0f69a785 |
|
BLAKE2b-256 | b9157b5ae05c702f9e568291f0420eb7168fdf72274d7c9a3815ef21e2ae6189 |