jantman / xfinity-usage

Python/selenium script to get Xfinity bandwidth usage
GNU Affero General Public License v3.0
66 stars 18 forks source link

Feature Request: InfluxDB #17

Closed aberrix closed 6 years ago

aberrix commented 6 years ago

Feature Request

InfluxDB compatibility

Feature Description

Would love to get this to work with InfluxDB

billimek commented 6 years ago

In the meantime, you can take a look at this implementation using this xfinity-usage library for influxdb support: https://github.com/billimek/comcastUsage-for-influxdb

aberrix commented 6 years ago

great scott! this is exactly what I was looking for and further simplifies things. Thanks!