I was curious about the newly available FTTN NBN service in my area, so I signed up to see what’s what. Of course, I need a usage API so that I can graph my usage in prometheus and grafana as everyone does these days. So I asked Aussie. The response I got was that I was welcome to reverse engineer the REST API that the customer portal uses.
So I did.
I give you my super simple implementation of an Aussie Broadband usage client in Python. Patches of course are welcome.
I’ve now released the library on pypi under the rather innovative name of “aussiebb”, so installing it is as simple as:
$ pip install aussiebb