Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

cc-bandwidth

Ruby script to grab your current Comcast bandwidth usage.

Pre-requisites

  • Docker
  • Comcast

Usage

Pre-built

docker run \
  --env COMCAST_USERNAME=username \
  --env COMCAST_PASSWORD=password \
  atomaka/ccbw

From Source

  • Clone repository
  • cp .env.sample .env
    • Add username and password
  • bin/setup
  • bin/check

Notes

If login fails, login into your account manually via the web one time and confirm any messages, then retry.

About

Ruby script to grab your current Comcast bandwidth usage.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.