Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T02:55:09.000Z (almost 7 years ago)
- Last Synced: 2024-10-31T21:12:24.499Z (2 months ago)
- Topics: bandwidth, bandwidth-monitor, comcast, ruby
- Language: Ruby
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- 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.