Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.