Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 662 Bytes

File metadata and controls

18 lines (11 loc) · 662 Bytes

xfinity-usage-docker

This repository packages Jason Antman's xfinity-usage tool into a Docker image. It uses PhantomJS.

Usage

Pull the raws/xfinity-usage:latest image from Docker Hub and run it. By default, the image runs xfinity-usage -h, so in order to do anything useful, you'll need to specify your own command.

docker run --rm -e XFINITY_USER=foo -e XFINITY_PASSWORD=s3cr3t \
  raws/xfinity-usage:latest xfinity-usage --graphite

See the output of xfinity-usage -h for all of the available options.

License

MIT