https://github.com/atomaka/cc-bandwidth
Ruby script to grab your current Comcast bandwidth usage.
https://github.com/atomaka/cc-bandwidth
bandwidth bandwidth-monitor comcast ruby
Last synced: about 1 year ago
JSON representation
Ruby script to grab your current Comcast bandwidth usage.
- Host: GitHub
- URL: https://github.com/atomaka/cc-bandwidth
- Owner: atomaka
- Created: 2017-05-31T11:55:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T02:55:09.000Z (over 8 years ago)
- Last Synced: 2025-06-12T18:04:29.034Z (about 1 year ago)
- Topics: bandwidth, bandwidth-monitor, comcast, ruby
- Language: Ruby
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.