Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
toronto-hydro-green-button
Advanced tools
Export Green Button (ESPI) energy usage data from your Toronto Hydro account.
Toronto Hydro offers a Green Button XML export through the customer portal, but does not offer programmatic API access. This script logs into the dashboard with Selenium, then downloads the report with Requests.
Install with pip:
pip install toronto-hydro-green-button
The script needs your username and password to log into the dashboard. It will check, in order of precedence:
--username
/-u
and --password
/-p
argumentsTORONTO_HYDRO_USERNAME
and TORONTO_HYDRO_PASSWORD
environment variablesUse --start-date
and --end-date
to query data between two dates (inclusive).
$ toronto-hydro-green-button --start-date 2019-11-01 --end-date 2019-11-31
If ChromeDriver is installed, the script attempts to use it by default. Otherwise it falls back on headless Firefox. ChromeDriver was slightly faster in my limited testing.
Run toronto-hydro-green-button --help
for additional usage information.
Toronto Hydro usage data lags by 2–3 days. This script defaults to querying data from two days ago.
If you run this script frequently, you may not always see fresh data. It should be sufficient to run it daily.
MIT
FAQs
Unknown package
We found that toronto-hydro-green-button demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.