papamoose / comcast

Script for tracking Comcast data cap usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comcast

Originally written by Eric Swanson and modified to work as a python class. It returns a hash with all data Comcast is willing to divulge.

The example script shows you how one might deal with this information to check your quota.

The only requirement for the Python script is the requests library.

Usage

COMCAST_USERNAME=bob COMCAST_PASSWORD=hope python3 example.py

About

Script for tracking Comcast data cap usage

License:MIT License


Languages

Language:Python 100.0%