Skip to content

HansWeltar/telemeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

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

Home Assistant

For a Home Assistant integration, see https://github.com/myTselection/telenet_telemeter.

About

Fetch Telenet Telemeter information

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.8%
  • Shell 11.2%