Skip to main content

Connecting to and getting data from Barry Energy's API (http://barry.energy)

Project description

Welcome to Barry Energy API Client 👋

Version License: MIT

Simple python package to work with the API of Barry Energy. The API documentation can be found here.

Please be aware that this project is NOT offical.

Install

pip3 install barry-energy-api

Usage

Get your API Token

Get from mobile app under "Add-ons" -> "Barry API"

  1. Import the package
from barry_energy_api import PriceZone, BarryEnergyAPI
  1. Initialize the API
api = BarryEnergyAPI('api-token', 5, PriceZone.DK_EAST)
  1. Get aggregated consumption for the last 5 days as defined when API was initialized.
api.consumption()
  1. Get prices from the last two days.
Notice that methode has overloading
api.spotprices(2)

Author

👤 Emil Elkjær Nielsen

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Emil Elkjær Nielsen
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

barry-energy-api-1.0.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page