grep -ir "comcast" *
Results: 1
comcap.py - Comcast internet usage script
Yesterday I wrote a little python script that grabs your current Comcast internet usage and prints it to stdout. It depends on the excellent mechanize module so if you don't have it, install it with easy_install.py mechanize. To run the script, simply execute comcap.py. You will be prompted for your...
more ...