implements https://docs.glowmarkt.com/GlowmarktApiDataRetrievalDocumentationIndividualUser.pdf
requires python 3.6+, requests, python-dotenv
store credentials in .env file (use .env.template
as a template) or use env
main.py shows how to call it to retrieve your data:
- create new glow() object with credentials (it'll connect to validate them)
- retrieve available resource IDs with
get_resources
- get data for a resource using
get_data_for_range
the glow.Aggregations enum gives available periods to query for