This repository packages Jason Antman's xfinity-usage tool into a Docker image. It uses PhantomJS.
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 --graphiteSee the output of xfinity-usage -h for all of the available options.
MIT