Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

yaleman/amberelectric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

This project is no longer in development, I transferred ownership of the amberelectric Python package to Amber themselves.

amberelectric

Basic Amber Electric API munger, pulls usage data and pricing from your account.

Check out example.py for how to use this, or example code here:

import json
from amberelectric import AmberElectric

API = AmberElectric(username='[email protected]', password='hunter2')
API.auth()

pricelist = API.getpricelist()
print(json.dumps(pricelist, indent=2))

About

Amber Electric API thingie

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published