Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 707 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 707 Bytes

time-warner-cable-usage

A script to pull your TWC data usage

Usage:

php twc-usage.php USERNAME PASSWORD [OUTPATH]

Returns:

[
    {
      "cloned":false,
      "imageUrl":"\/\/www.timewarnercable.com\/content\/dam\/careportals\/equipment\/images\/Customer_Owned_Modem.jpg",
      "mac":"ASDF",
      "make":"Customer Owned",
      "model":"DERPDERP",
      "name":"Model: DOCSIS 3.0 (Customer Owned)",
      "type":"Modem",
      "usage":{
        "dateTime":"Wednesday 12\/30\/15 21:33 PM",
        "bytesUsed":"1234"
      }
    }
]

Note2: This is for educational purposes only and is not sanctioned by TWC or its affiliates.