Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 932 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 932 Bytes

ComcastUsage

This is simple widget for Übersicht for checking and showing Comcast usage data.

Please note: data usage cannot show data for last 24 hours

screenshot

Installation

  1. Install robobrowser

    # pip install robobrowser
    
  2. Create ~/.netrc file

    # echo 'machine login.comcast.net'          >> ~/.netrc
    # echo 'login   <your comcast login name>'  >> ~/.netrc
    # echo 'account <your comcast login name>'  >> ~/.netrc
    # echo 'password <your comcast password>'   >> ~/.netrc
    # chmod 600 ~/.netrc
    
  3. Copy ComCap.widget directory to ~/Library/Application Support/Übersicht/widgets/

  4. Test script

    # ~/Library/Application\ Support/Übersicht/widgets/ComCap.widget/lib/comcap.py
    130 of 1024 GB 12 #00ff00
    

please note: time for gathering data around 10-15 sec

Enjoy!