Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 358 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 358 Bytes

mediacom-internet-usage

This package is used to scrape the usage data from mediacom's website.

Example usage:

docker run --rm \
-e ACCOUNT_NUMBER=<account_number> \
-e ZIP_CODE=<zip_code> \
eyeruleall/mediacom-internet-usage

Example results:

{
  percent: 60,
  allowed: 4000,
  upload: 355,
  download: 2046,
  total: 2401
}