1
0
Fork 0
Ruby script to grab your current Comcast bandwidth usage.
Go to file
Andrew Tomaka d77603522c Add README 2018-01-17 21:23:58 -05:00
bin Add README 2018-01-17 21:23:58 -05:00
.dockerignore Add README 2018-01-17 21:23:58 -05:00
.env.sample Initial commit 2017-05-31 07:55:01 -04:00
.gitignore Initial commit 2017-05-31 07:55:01 -04:00
.ruby-version Build docker container 2018-01-10 09:08:50 -05:00
Dockerfile Build docker container 2018-01-10 09:08:50 -05:00
Gemfile Initial commit 2017-05-31 07:55:01 -04:00
Gemfile.lock Update dependencies 2018-01-10 09:13:15 -05:00
README.md Add README 2018-01-17 21:23:58 -05:00
comcast-bandwidth.rb Measure projected usage 2017-06-07 08:25:10 -04:00

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.